• Home
  • Payments
  • Partners
  • Recent Additions
  • Philanthropic Interests
  • Repair Request
  • Blank
  • More
    • Home
    • Payments
    • Partners
    • Recent Additions
    • Philanthropic Interests
    • Repair Request
    • Blank
  • Sign In
  • Create Account

  • Orders
  • My Account
  • Signed in as:

  • filler@godaddy.com


  • Orders
  • My Account
  • Sign out

Signed in as:

filler@godaddy.com

  • Home
  • Payments
  • Partners
  • Recent Additions
  • Philanthropic Interests
  • Repair Request
  • Blank

Account


  • Orders
  • My Account
  • Sign out


  • Sign In
  • Orders
  • My Account

Experience luxury with Turnout Holdings, LLC Real Estate.


 

<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1">

  <title>Razorback Lawn Care and Snow Removal</title>

  <link rel="stylesheet" href="styles.css"> <!-- Optional external CSS -->

  <style>

    body { font-family: Arial, sans-serif; margin: 0; padding: 0; }

    header, footer { background-color: #2e7d32; color: white; padding: 20px; }

    nav a { margin: 0 15px; color: white; text-decoration: none; font-weight: bold; }

    .hero { background: url('hero-image.jpg') center/cover no-repeat; color: white; padding: 100px 20px; text-align: center; }

    .section { padding: 60px 20px; max-width: 1200px; margin: auto; }

    .services, .bundles, .discounts, .testimonials, .gallery { background-color: #f5f5f5; }

    .grid { display: flex; flex-wrap: wrap; gap: 20px; }

    .grid > div { flex: 1; min-width: 250px; background: white; padding: 20px; border-radius: 8px; }

    .cta-button { background-color: #388e3c; color: white; padding: 10px 20px; border: none; border-radius: 5px; text-decoration: none; display: inline-block; margin-top: 10px; }

    .contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 10px; margin: 10px 0; }

    .contact-form button { background-color: #388e3c; color: white; padding: 10px 20px; border: none; border-radius: 5px; }

    footer a { color: white; text-decoration: underline; }

  </style>

</head>

<body>

<header>

  <h1>Razorback Lawn Care and Snow Removal</h1>

  <nav>

    <a href="#services">Services</a>

    <a href="#bundles">Bundles</a>

    <a href="#gallery">Gallery</a>

    <a href="#testimonials">Testimonials</a>

    <a href="#discounts">Discounts</a>

    <a href="#contact">Contact</a>

  </nav>

</header>

<section class="hero">

  <h2>Rochester’s Trusted Experts in Lawn Care & Snow Removal</h2>

  <p>Professional, reliable, and locally owned for over 20 years.</p>

  <a href="#contact" class="cta-button">Request a Free Estimate</a>

  <a href="5855557297" class="cta-button">Call Now: (585) 555-RAZR</a>

</section>

<section id="services" class="section services">

  <h2>Our Services</h2>

  <div class="grid">

    <div>

      <h3>Lawn Care</h3>

      <p>Mowing, edging, fertilization, aeration</p>

    </div>

    <div>

      <h3>Snow Removal</h3>

      <p>Plowing, salting, sidewalk clearing</p>

    </div>

    <div>

      <h3>Seasonal Packages</h3>

      <p>Spring cleanup, fall leaf removal, winter prep</p>

    </div>

  </div>

</section>

<section id="bundles" class="section bundles">

  <h2>Seasonal Bundles</h2>

  <div class="grid">

    <div>

      <h3>Summer Bundle</h3>

      <ul>

        <li>Weekly mowing & trimming</li>

        <li>Fertilization & weed control</li>

        <li>Mulching & garden bed maintenance</li>

        <li>Monthly lawn health check</li>

      </ul>

      <p><strong>Starting at $199/month</strong></p>

      <a href="#contact" class="cta-button">Sign Up</a>

    </div>

    <div>

      <h3>Winter Bundle</h3>

      <ul>

        <li>Driveway & sidewalk snow plowing</li>

        <li>Salting & ice management</li>

        <li>24/7 emergency snow response</li>

        <li>Priority service during storms</li>

      </ul>

      <p><strong>Starting at $249/month</strong></p>

      <a href="#contact" class="cta-button">Sign Up</a>

    </div>

  </div>

</section>

<section id="discounts" class="section discounts">

  <h2>Discounts for Heroes</h2>

  <p>We proudly support those who serve.</p>

  <ul>

    <li>15% off all services year-round</li>

    <li>Priority scheduling during peak seasons</li>

    <li>No contract required</li>

  </ul>

  <p><strong>Eligible Groups:</strong> Active duty & veterans, police, firefighters, EMTs</p>

  <a href="#contact" class="cta-button">Claim Your Discount</a>

</section>

<section id="gallery" class="section gallery">

  <h2>Gallery</h2>

  <div class="grid">

    <div><img src="lawn1.jpg" alt="Lawn care example" style="width:100%"></div>

    <div><img src="snow1.jpg" alt="Snow removal example" style="width:100%"></div>

    <div><img src="team.jpg" alt="Razorback team" style="width:100%"></div>

    <!-- Add more images as needed -->

  </div>

</section>

<section id="testimonials" class="section testimonials">

  <h2>Customer Testimonials</h2>

  <div class="grid">

    <div>

      <p>“Razorback keeps my lawn perfect and my driveway clear. They’re always on time and professional.”</p>

      <p><em>— Karen D., Pittsford NY</em></p>

    </div>

    <div>

      <p>“The winter bundle saved me so much stress. Highly recommend Razorback!”</p>

      <p><em>— Mike R., Greece NY</em></p>

    </div>

  </div>

</section>

<section id="contact" class="section contact">

  <h2>Contact Us</h2>

  <form class="contact-form">

    <input type="text" name="name" placeholder="Your Name" required>

    <input type="email" name="email" placeholder="Your Email" required>

    <input type="tel" name="phone" placeholder="Your Phone" required>

    <select name="service">

      <option value="">Select a Service</option>

      <option value="lawn">Lawn Care</option>

      <option value="snow">Snow Removal</option>

      <option value="bundle">Seasonal Bundle</option>

    </select>

    <textarea name="message" placeholder="Your Message" rows="5"></textarea>

    <button type="submit">Send Message</button>

  </form>

  <div>

    <p><strong>📍 Rochester, NY</strong></p>

    <p><strong>📞 (585) 555-RAZR</strong></p>

    <p><strong>✉️ contact@razorbacklawn.com</strong></p>

    <p><strong>🕒 Mon–Sat: 8am–6pm</strong></p>

  </div>

</section>

<footer>

  <p>&copy; 2025 Razorback Lawn Care and Snow Removal</p>

  <p>

    <a href="#services">Services</a> |

    <a href="#bundles">Bundles</a> |

    <a href="#discounts">Discounts</a> |

    <a href="#contact">Contact</a>

  </p>

</footer>

</body>

</html>

Option 2: Formspree Integration (Recommended for HTML Hosting)

Formspree is a free service that lets you handle form submissions without server-side code.

🔧 How to Set It Up:

Go to https://formspree.io and sign up.

Create a new form and copy your unique endpoint URL.

Replace the <form> tag in your HTML with the following:

html

<form action="https://formspree.io/f/yourFormID" method="POST">

  <input type="text" name="name" placeholder="Your Name" required>

  <input type="email" name="email" placeholder="Your Email" required>

  <input type="tel" name="phone" placeholder="Your Phone" required>

  <select name="service">

    <option value="">Select a Service</option>

    <option value="lawn">Lawn Care</option>

    <option value="snow">Snow Removal</option>

    <option value="bundle">Seasonal Bundle</option>

  </select>

  <textarea name="message" placeholder="Your Message" rows="5"></textarea>

  <button type="submit">Send Message</button>

</form>

Option 3: HubSpot Form Integration

If you use HubSpot for CRM and marketing automation:

🔧 How to Set It Up:

Log into HubSpot and create a new form.

Choose “Embed” as the form type.

Copy the embed code and paste it where your form should go:

html

<!-- Replace this with your actual HubSpot embed code -->

<script charset="utf-8" type="text/javascript" src="https://js.hsforms.net/forms/embed/v2.js"></script>

<script>

  hbspt.forms.create({

    region: "na1",

    portalId: "YOUR_PORTAL_ID",

    formId: "YOUR_FORM_ID"

  });

</script>

  





  • Privacy Policy
  • Terms and Conditions

Powered by

This website uses cookies.

We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.

Accept