<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Portable Mini Putt Rentals Peterborough | Mini Golf Event Rentals on Mini Putt Rentals | Portable Mini Golf Peterborough</title><link>https://miniputtrentals.ca/</link><description>Recent content in Portable Mini Putt Rentals Peterborough | Mini Golf Event Rentals on Mini Putt Rentals | Portable Mini Golf Peterborough</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://miniputtrentals.ca/index.xml" rel="self" type="application/rss+xml"/><item><title>About Us | Mini Putt Rentals Peterborough</title><link>https://miniputtrentals.ca/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://miniputtrentals.ca/about/</guid><description>&lt;h1 id="about-mini-putt-rentals"&gt;About Mini Putt Rentals&lt;/h1&gt;
&lt;p&gt;Mini Putt Rentals is a locally owned and operated portable mini golf rental business based in Peterborough, Ontario. We specialize in bringing professional-grade mini putt courses to events of all kinds — from intimate birthday parties to large-scale corporate functions and community festivals.&lt;/p&gt;
&lt;h2 id="our-story"&gt;Our Story&lt;/h2&gt;
&lt;p&gt;We started Mini Putt Rentals with a simple idea: mini golf is one of the most universally fun activities out there, but most people only get to play it on vacation or at a dedicated course. We wanted to change that by making mini golf something you can have at &lt;em&gt;your&lt;/em&gt; event — wherever that may be.&lt;/p&gt;</description></item><item><title>Book Your Mini Putt Rental | Free Quote Peterborough</title><link>https://miniputtrentals.ca/contact/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://miniputtrentals.ca/contact/</guid><description>&lt;h1 id="book-your-mini-putt-rental"&gt;Book Your Mini Putt Rental&lt;/h1&gt;
&lt;p&gt;Ready to add portable mini golf to your next event? Fill out the form below or reach us directly — we respond to all inquiries within 24 hours.&lt;/p&gt;
&lt;h2 id="request-a-free-quote"&gt;Request a Free Quote&lt;/h2&gt;
&lt;p&gt;Please include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Your event date&lt;/li&gt;
&lt;li&gt;Event location (city/town)&lt;/li&gt;
&lt;li&gt;Approximate number of guests&lt;/li&gt;
&lt;li&gt;Event type (birthday, corporate, wedding, festival, etc.)&lt;/li&gt;
&lt;/ul&gt;

&lt;form name="booking" method="POST" data-netlify="true" netlify-honeypot="bot-field" action="https://miniputtrentals.ca/thank-you/" class="black-80 sans-serif"&gt;
 &lt;input type="hidden" name="form-name" value="booking" /&gt;
 &lt;p class="hidden"&gt;
 &lt;label&gt;Don't fill this out: &lt;input name="bot-field" /&gt;&lt;/label&gt;
 &lt;/p&gt;

 &lt;label class="f6 b db mb1 mt3 sans-serif mid-gray" for="name"&gt;Name *&lt;/label&gt;
 &lt;input type="text" id="name" name="name" class="w-100 f5 pv3 ph3 bg-light-gray bn" required placeholder="Your name" /&gt;

 &lt;label class="f6 b db mb1 mt3 sans-serif mid-gray" for="email"&gt;Email *&lt;/label&gt;
 &lt;input type="email" id="email" name="email" class="w-100 f5 pv3 ph3 bg-light-gray bn" required placeholder="you@example.com" /&gt;

 &lt;label class="f6 b db mb1 mt3 sans-serif mid-gray" for="phone"&gt;Phone&lt;/label&gt;
 &lt;input type="tel" id="phone" name="phone" class="w-100 f5 pv3 ph3 bg-light-gray bn" placeholder="(705) 000-0000" /&gt;

 &lt;label class="f6 b db mb1 mt3 sans-serif mid-gray" for="event-date"&gt;Event Date&lt;/label&gt;
 &lt;input type="date" id="event-date" name="event-date" class="w-100 f5 pv3 ph3 bg-light-gray bn" /&gt;

 &lt;label class="f6 b db mb1 mt3 sans-serif mid-gray" for="location"&gt;Event Location&lt;/label&gt;
 &lt;input type="text" id="location" name="location" class="w-100 f5 pv3 ph3 bg-light-gray bn" placeholder="City or town" /&gt;

 &lt;label class="f6 b db mb1 mt3 sans-serif mid-gray" for="guests"&gt;Approx. Guests&lt;/label&gt;
 &lt;input type="number" id="guests" name="guests" class="w-100 f5 pv3 ph3 bg-light-gray bn" placeholder="50" /&gt;

 &lt;label class="f6 b db mb1 mt3 sans-serif mid-gray" for="event-type"&gt;Event Type&lt;/label&gt;
 &lt;select id="event-type" name="event-type" class="w-100 f5 pv3 ph3 bg-light-gray bn"&gt;
 &lt;option value=""&gt;Select…&lt;/option&gt;
 &lt;option value="birthday"&gt;Birthday Party&lt;/option&gt;
 &lt;option value="corporate"&gt;Corporate Event&lt;/option&gt;
 &lt;option value="wedding"&gt;Wedding&lt;/option&gt;
 &lt;option value="festival"&gt;Festival / Fair&lt;/option&gt;
 &lt;option value="fundraiser"&gt;Fundraiser&lt;/option&gt;
 &lt;option value="school"&gt;School Event&lt;/option&gt;
 &lt;option value="other"&gt;Other&lt;/option&gt;
 &lt;/select&gt;

 &lt;label class="f6 b db mb1 mt3 sans-serif mid-gray" for="message"&gt;Message&lt;/label&gt;
 &lt;textarea id="message" name="message" class="w-100 f5 pv3 ph3 bg-light-gray bn h4" placeholder="Tell us about your event…"&gt;&lt;/textarea&gt;

 &lt;input class="db w-100 mv2 white pa3 bn hover-shadow hover-bg-black bg-animate bg-black" type="submit" value="Request Free Quote" /&gt;
&lt;/form&gt;

&lt;style&gt;
.hidden { display: none; }
&lt;/style&gt;

&lt;h2 id="contact-information"&gt;Contact Information&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Email:&lt;/strong&gt; &lt;a href="mailto:hello@miniputtrentals.ca"&gt;hello@miniputtrentals.ca&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Phone:&lt;/strong&gt; (705) 000-0000&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Service Area:&lt;/strong&gt; Peterborough, ON and within 100km&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="service-area"&gt;Service Area&lt;/h2&gt;
&lt;p&gt;We deliver and set up within 100km of Peterborough, Ontario. If you&amp;rsquo;re unsure whether we cover your location, just ask — we&amp;rsquo;ll let you know.&lt;/p&gt;</description></item><item><title>Mini Putt Rental Packages &amp; Pricing | Peterborough</title><link>https://miniputtrentals.ca/services/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://miniputtrentals.ca/services/</guid><description>&lt;h1 id="mini-putt-rental-packages--pricing"&gt;Mini Putt Rental Packages &amp;amp; Pricing&lt;/h1&gt;
&lt;p&gt;We offer flexible mini golf rental packages to fit events of any size and budget. Every package includes delivery, setup, and teardown within our 100km Peterborough service area.&lt;/p&gt;
&lt;h2 id="course-options"&gt;Course Options&lt;/h2&gt;
&lt;h3 id="9-hole-portable-mini-putt-course"&gt;9-Hole Portable Mini Putt Course&lt;/h3&gt;
&lt;p&gt;Our standard 9-hole course is perfect for smaller events, backyard parties, and spaces with limited room.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Up to 50 guests&lt;/li&gt;
&lt;li&gt;Indoor or outdoor setup&lt;/li&gt;
&lt;li&gt;2-hour minimum rental&lt;/li&gt;
&lt;li&gt;Includes putters, balls, and scorecards&lt;/li&gt;
&lt;li&gt;Ideal for: birthday parties, small corporate events, backyard gatherings&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="18-hole-portable-mini-putt-course"&gt;18-Hole Portable Mini Putt Course&lt;/h3&gt;
&lt;p&gt;Our full 18-hole course delivers a complete mini golf experience for larger events and festivals.&lt;/p&gt;</description></item><item><title>Thank You</title><link>https://miniputtrentals.ca/thank-you/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://miniputtrentals.ca/thank-you/</guid><description>&lt;h1 id="thank-you"&gt;Thank You!&lt;/h1&gt;
&lt;p&gt;Your booking request has been submitted. We&amp;rsquo;ll get back to you within 24 hours with a free, no-obligation quote.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://miniputtrentals.ca/"&gt;← Back to home&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>