Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fb73d9d7b9 | |||
| 7ad655bfce | |||
| 151cf6c947 | |||
| c27524f8f6 | |||
| 9eb84ac315 | |||
| 55c321703f | |||
| 6dc024ae7e |
192
src/app/page.tsx
192
src/app/page.tsx
@@ -31,20 +31,16 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="B&R Lawn Maintenance LLC"
|
||||
button={{
|
||||
text: "Call Now", href: "tel:7069365088"}}
|
||||
text: "Call Now: (706) 936-5088", href: "tel:7069365088"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,27 +48,21 @@ export default function LandingPage() {
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Reliable Lawn Care & Yard Cleanups in Rome, GA"
|
||||
description="Professional lawn mowing, yard cleanups, mulching, and outdoor maintenance for homeowners who want their property looking its best."
|
||||
title="Top-Rated Lawn Care & Yard Cleanups in Rome, GA"
|
||||
description="Professional lawn mowing, expert yard cleanups, mulching, and landscape maintenance services for Rome, GA homeowners. Get your free lawn care estimate today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (706) 936-5088", href: "tel:7069365088"},
|
||||
{
|
||||
text: "Request a Free Quote", href: "#contact"},
|
||||
text: "Get A Free Quote", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg", imageAlt: "Well maintained lawn in Rome GA"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Yard maintenance project results"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cute-mallard-walking-grass_181624-31037.jpg", imageAlt: "Clean lawn mowing service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spending-time-nature-picnic-accessories-picnic_185193-110954.jpg", imageAlt: "Landscape maintenance in Rome"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-city-park_1127-3492.jpg", imageAlt: "Professional yard cleanup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858214.jpg", imageAlt: "Expert lawn care team"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg", imageAlt: "Professional lawn care services in Rome, GA" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Reliable lawn mowing and yard cleanup" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cute-mallard-walking-grass_181624-31037.jpg", imageAlt: "Well-maintained yard and lawn maintenance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/spending-time-nature-picnic-accessories-picnic_185193-110954.jpg", imageAlt: "Expert landscape maintenance Rome GA" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/green-city-park_1127-3492.jpg", imageAlt: "Quality yard maintenance services" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858214.jpg", imageAlt: "Professional lawn edging and grooming" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,14 +70,14 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="About Our Service"
|
||||
title="Local Reliability, Quality Results."
|
||||
description="B&R Lawn Maintenance LLC is a local lawn care company serving Rome, GA and surrounding areas. We focus on providing reliable service, fair pricing, and quality results for every property we work on."
|
||||
subdescription="With a 4.9-star rating, we show up on time, communicate clearly, and get the job done right, every single time."
|
||||
tag="About Our Lawn Care"
|
||||
title="Reliable Lawn Care & Quality Yard Maintenance"
|
||||
description="B&R Lawn Maintenance LLC is a trusted local lawn care provider in Rome, GA. We specialize in consistent lawn mowing, detailed yard cleanups, and landscape maintenance that keeps your property looking its best year-round."
|
||||
subdescription="With a 4.9-star rating, we pride ourselves on reliability, clear communication, and high-quality results. Let us handle your lawn maintenance so you can enjoy your weekend."
|
||||
icon={ShieldCheck}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-paper-near-box-with-flowers_23-2147768480.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="Local lawn service professional working"
|
||||
imageAlt="Professional lawn care team in Rome, GA"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,71 +88,50 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Mowing & Maintenance", description: "Keep your lawn clean, even, and healthy with routine, professional mowing and edging services.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tilling-machine_1063-92.jpg", imageAlt: "Lawn mowing service lines close up"},
|
||||
title: "Professional Lawn Mowing & Edging", description: "Routine lawn mowing and crisp edging to keep your turf healthy, uniform, and perfectly manicured throughout the season.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tilling-machine_1063-92.jpg", imageAlt: "Lawn mowing and edging maintenance services Rome GA"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Consistent scheduling"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Clean edge trimming"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Uniform cut heights"},
|
||||
{ icon: CheckCircle, text: "Reliable weekly and bi-weekly schedules" },
|
||||
{ icon: CheckCircle, text: "Professional edge trimming" },
|
||||
{ icon: CheckCircle, text: "Uniform cutting heights" },
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
title: "Yard Cleanups & Leaf Removal", description: "Transform neglected yards and clear away seasonal debris, keeping your property clear and manageable.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-leaf-rakes-shovels-leaned-against-wooden-fence-with-blurred-background_181624-4367.jpg", imageAlt: "Yard cleanup debris removal service"},
|
||||
title: "Yard Cleanup & Leaf Removal", description: "Comprehensive yard cleanup services including seasonal leaf removal, debris hauling, and overgrowth management for a pristine lawn.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-leaf-rakes-shovels-leaned-against-wooden-fence-with-blurred-background_181624-4367.jpg", imageAlt: "Yard debris and seasonal leaf removal services"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Debris hauling"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Leaf removal"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Overgrowth clearing"},
|
||||
{ icon: CheckCircle, text: "Complete debris and waste hauling" },
|
||||
{ icon: CheckCircle, text: "Seasonal leaf cleanup" },
|
||||
{ icon: CheckCircle, text: "Overgrowth and brush clearing" },
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
title: "Mulching & Pine Straw", description: "Refresh your landscape with high-quality mulch or pine straw installation for maximum curb appeal.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dry-golden-straw-texture_632498-60869.jpg", imageAlt: "Mulching landscape bed fresh brown"},
|
||||
title: "Mulching & Pine Straw Installation", description: "Enhance your curb appeal with our professional mulch and pine straw installation services that protect your landscape beds.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dry-golden-straw-texture_632498-60869.jpg", imageAlt: "Landscape bed mulching and pine straw application"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Weed growth suppression"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Moisture retention"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Professional installation"},
|
||||
{ icon: CheckCircle, text: "Prevents weed growth naturally" },
|
||||
{ icon: CheckCircle, text: "Retains soil moisture for plants" },
|
||||
{ icon: CheckCircle, text: "Clean professional bed installation" },
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We offer a full suite of lawn and yard maintenance services tailored for Rome homeowners."
|
||||
title="Expert Lawn Maintenance Services in Rome, GA"
|
||||
description="Tailored yard care solutions to keep Rome homes looking immaculate."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="Proven Quality in Rome, GA"
|
||||
tag="Our Stats"
|
||||
title="Trusted Lawn Care Results"
|
||||
tag="Quality Commitment"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "4.9", description: "Google Star Rating"},
|
||||
{
|
||||
id: "m2", value: "7", description: "Days A Week Service"},
|
||||
{
|
||||
id: "m3", value: "100%", description: "Professional Commitment"},
|
||||
{ id: "m1", value: "4.9", description: "Google Star Rating" },
|
||||
{ id: "m2", value: "7", description: "Days a Week Availability" },
|
||||
{ id: "m3", value: "100%", description: "Professional Commitment" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,19 +142,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Very prompt response, great price, & excellent work.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149061559.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael R.", role: "Homeowner", testimonial: "Excellent service with an excellent price point!", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30883.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily D.", role: "Homeowner", testimonial: "I would highly recommend them for lawn service!", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27426.jpg"},
|
||||
{
|
||||
id: "4", name: "David K.", role: "Homeowner", testimonial: "Always on time, polite, and they do a fantastic job.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg"},
|
||||
{
|
||||
id: "5", name: "Jessica B.", role: "Homeowner", testimonial: "My yard has never looked better since I hired B&R.", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733077.jpg"},
|
||||
{ id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Very prompt response, great price, & excellent work.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149061559.jpg" },
|
||||
{ id: "2", name: "Michael R.", role: "Homeowner", testimonial: "Excellent service with an excellent price point!", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30883.jpg" },
|
||||
{ id: "3", name: "Emily D.", role: "Homeowner", testimonial: "I would highly recommend them for lawn service!", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27426.jpg" },
|
||||
{ id: "4", name: "David K.", role: "Homeowner", testimonial: "Always on time, polite, and they do a fantastic job.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg" },
|
||||
{ id: "5", name: "Jessica B.", role: "Homeowner", testimonial: "My yard has never looked better since I hired B&R.", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733077.jpg" },
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Real feedback from Rome, GA homeowners who trust us with their yards."
|
||||
title="Client Reviews for Lawn Care"
|
||||
description="See why Rome homeowners choose B&R Lawn Maintenance for reliable yard care."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -194,17 +158,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "What areas do you serve?", content: "We proudly serve Rome, GA and surrounding communities."},
|
||||
{
|
||||
id: "f2", title: "Are you licensed and insured?", content: "Yes, we are a professional lawn maintenance company committed to quality and safety."},
|
||||
{
|
||||
id: "f3", title: "How do I request a quote?", content: "You can call us directly or use our online form on this site to request a free, no-obligation quote."},
|
||||
{
|
||||
id: "f4", title: "Do you offer recurring service?", content: "Absolutely. We provide both one-time yard cleanups and recurring lawn maintenance schedules."},
|
||||
{ id: "f1", title: "What areas do you serve?", content: "We proudly serve Rome, GA and surrounding communities with professional lawn care." },
|
||||
{ id: "f2", title: "Are you licensed and insured?", content: "Yes, we are a fully professional lawn maintenance company dedicated to quality results and safety." },
|
||||
{ id: "f3", title: "How do I request a lawn quote?", content: "Call us at (706) 936-5088 or use our contact form for a free, no-obligation lawn maintenance quote." },
|
||||
{ id: "f4", title: "Do you provide recurring service?", content: "Yes, we offer flexible recurring lawn mowing and yard maintenance plans to keep your yard looking great." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about our lawn care and yard maintenance services."
|
||||
title="Lawn Care FAQs"
|
||||
description="Common questions about our professional lawn maintenance services in Rome, GA."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -212,16 +172,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get In Touch"
|
||||
title="Get Your Yard Looking Right"
|
||||
description="Ready for a beautiful, manageable yard? Contact us today for a free quote or to schedule your next service in Rome, GA."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Get A Free Quote"
|
||||
title="Schedule Your Lawn Care Service Today"
|
||||
description="Ready for a manicured lawn? Reach out to B&R Lawn Maintenance for reliable service in Rome, GA. Call or request your quote now."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (706) 936-5088", href: "tel:7069365088"},
|
||||
{
|
||||
text: "Request a Quote", href: "#"},
|
||||
{ text: "Call (706) 936-5088", href: "tel:7069365088" },
|
||||
{ text: "Request Free Quote", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -231,28 +188,21 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "Reviews", href: "#testimonials" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(706) 936-5088", href: "tel:7069365088"},
|
||||
{
|
||||
label: "34 Highlander Trail SW, Rome, GA 30165", href: "#"},
|
||||
{ label: "(706) 936-5088", href: "tel:7069365088" },
|
||||
{ label: "34 Highlander Trail SW, Rome, GA 30165", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Request a Quote", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
title: "Service Requests", items: [
|
||||
{ label: "Get A Free Quote", href: "#contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -262,4 +212,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
47
src/app/rome/page.tsx
Normal file
47
src/app/rome/page.tsx
Normal file
@@ -0,0 +1,47 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
|
||||
export default function RomePage() {
|
||||
return (
|
||||
<ThemeProvider defaultButtonVariant="hover-bubble" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Rome", id: "/rome" },
|
||||
{ name: "Surrounding", id: "/surrounding-areas" }
|
||||
]}
|
||||
brandName="B&R Lawn Maintenance LLC"
|
||||
button={{ text: "Call Now", href: "tel:7069365088" }}
|
||||
/>
|
||||
</div>
|
||||
<div className="pt-32 pb-20 px-6 max-w-4xl mx-auto">
|
||||
<h1 className="text-4xl font-bold mb-6">Professional Lawn Care in Rome, GA</h1>
|
||||
<p className="text-lg mb-8">We are the premier choice for lawn maintenance in Rome. With local expertise and a 4.9-star rating, we provide top-tier service to all Rome residents.</p>
|
||||
|
||||
<div className="bg-gray-100 p-6 rounded-lg mb-8">
|
||||
<h2 className="text-2xl font-bold mb-4">Our Rome Location</h2>
|
||||
<p><strong>B&R Lawn Maintenance LLC</strong></p>
|
||||
<p>34 Highlander Trail SW</p>
|
||||
<p>Rome, GA 30165</p>
|
||||
<p>Phone: (706) 936-5088</p>
|
||||
</div>
|
||||
|
||||
<div className="w-full h-96 bg-gray-200 rounded-lg flex items-center justify-center">
|
||||
<p>Google Business Profile Map Placeholder (Rome, GA)</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA tag="Get Started" title="Hire Us in Rome" description="Professional yard results in Rome." buttons={[{text: "Call Now", href: "tel:7069365088"}]} background={{ variant: "plain" }} useInvertedBackground={false} />
|
||||
</div>
|
||||
<FooterBase columns={[]} logoText="B&R Lawn Maintenance LLC" />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
45
src/app/surrounding-areas/page.tsx
Normal file
45
src/app/surrounding-areas/page.tsx
Normal file
@@ -0,0 +1,45 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
|
||||
export default function SurroundingAreasPage() {
|
||||
return (
|
||||
<ThemeProvider defaultButtonVariant="hover-bubble" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Rome", id: "/rome" },
|
||||
{ name: "Surrounding", id: "/surrounding-areas" }
|
||||
]}
|
||||
brandName="B&R Lawn Maintenance LLC"
|
||||
button={{ text: "Call Now", href: "tel:7069365088" }}
|
||||
/>
|
||||
</div>
|
||||
<div className="pt-32 pb-20 px-6 max-w-4xl mx-auto">
|
||||
<h1 className="text-4xl font-bold mb-6">Lawn Maintenance in Surrounding Areas</h1>
|
||||
<p className="text-lg mb-8">We extend our professional lawn care and yard maintenance services to the communities surrounding Rome, GA. If you live in Floyd County and need reliable yard help, we are here to serve you.</p>
|
||||
|
||||
<div className="bg-gray-100 p-6 rounded-lg mb-8">
|
||||
<h2 className="text-2xl font-bold mb-4">Serving Floyd County</h2>
|
||||
<p>We pride ourselves on our coverage area throughout Floyd County and beyond.</p>
|
||||
<p><strong>Call us to check availability in your specific area:</strong> (706) 936-5088</p>
|
||||
</div>
|
||||
|
||||
<div className="w-full h-96 bg-gray-200 rounded-lg flex items-center justify-center">
|
||||
<p>Area Map Placeholder (Surrounding Rome Communities)</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA tag="Get Started" title="Request a Quote" description="Proudly serving Rome and nearby towns." buttons={[{text: "Call Now", href: "tel:7069365088"}]} background={{ variant: "plain" }} useInvertedBackground={false} />
|
||||
</div>
|
||||
<FooterBase columns={[]} logoText="B&R Lawn Maintenance LLC" />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user