From 028f6327a8f3e9acfc789386ca43651f4d2ff760 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:26:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 157 +++++++++++++---------------------------------- 1 file changed, 42 insertions(+), 115 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62777e5..97af65d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -182,27 +134,16 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you offer free estimates?", - content: "Yes, we provide free on-site consultations and estimates for all our services.", - }, + id: "f1", title: "Do you offer free estimates?", content: "Yes, we provide free on-site consultations and estimates for all our services."}, { - id: "f2", - title: "What areas do you serve?", - content: "We serve the entire lakeside region and surrounding neighborhoods within a 25-mile radius.", - }, + id: "f2", title: "What areas do you serve?", content: "We serve the entire lakeside region and surrounding neighborhoods within a 25-mile radius."}, { - id: "f3", - title: "Are you licensed and insured?", - content: "Absolutely, we are fully licensed and insured for your peace of mind and protection.", - }, + id: "f3", title: "Are you licensed and insured?", content: "Absolutely, we are fully licensed and insured for your peace of mind and protection."}, ]} ctaTitle="Ready to Transform Your Lawn?" ctaDescription="Contact us today for a free estimate and let's get started on your landscape project." ctaButton={{ - text: "Contact Us Now", - href: "mailto:info@lakesidelawncare.com", - }} + text: "Contact Us Now", href: "mailto:info@lakesidelawncare.com"}} ctaIcon={ArrowRight} /> @@ -213,37 +154,23 @@ export default function LandingPage() { imageAlt="Landscaped property" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Lawn Maintenance", - href: "#features", - }, + label: "Lawn Maintenance", href: "#features"}, { - label: "Garden Design", - href: "#features", - }, + label: "Garden Design", href: "#features"}, { - label: "Seasonal Cleanup", - href: "#features", - }, + label: "Seasonal Cleanup", href: "#features"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} -- 2.49.1