From 8391be59306eefea47889c84fc6125dc888d48ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 22:44:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 33d1178..979e8c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { @@ -138,7 +138,7 @@ export default function LandingPage() { faqs={[ { id: "f1", title: "How often do you mow?", content: "Weekly or bi-weekly depending on growth." }, { id: "f2", title: "Do you offer cleanups?", content: "Yes, spring and fall cleanups are available." }, - { id: "f3", title: "Can I get a quote?", content: "Yes, we provide free onsite estimates." }, + { id: "f3", title: "What are your hours?", content: "We operate Monday through Friday from 7am to 5pm." }, ]} title="FAQs" description="Common inquiries answered." @@ -152,7 +152,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} tag="Contact Us" title="Ready for a Garden Makeover?" - description="Reach out to us to schedule your free consultation today at 13467041501." + description="Reach out to us to schedule your free consultation today at 13467041501. Hours: Mon-Fri, 7am-5pm." buttons={[{ text: "Contact Us", href: "mailto:info@americanlawn.com" }]} /> @@ -170,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1