From 4109151b88be2784e53b2dc84960bb6491b3e5bd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 04:12:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 750ca82..135531c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Committed to Covington Excellence" description={[ - "With over 20 years of experience serving Covington, our licensed team is dedicated to providing high-quality solutions for all your plumbing needs.", "We pride ourselves on our transparency, punctuality, and the lasting relationships we build with our local community."]} + "With over 20 years of experience serving Covington, our licensed team is dedicated to providing high-quality solutions for all your plumbing needs.", "We pride ourselves on our transparency, punctuality, and the lasting relationships we build with our local community." ]} /> @@ -134,7 +134,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { id: "f1", title: "Are you available 24/7?", content: "Yes, we handle emergency calls anytime." }, - { id: "f2", title: "Do you offer free estimates?", content: "Yes, all major projects come with a free consultation and quote." }, + { id: "f2", title: "What are your business hours?", content: "Monday - Friday: 8 AM - 5 PM. Sunday: 8 AM - 5 PM. Saturday: Closed." }, ]} title="Frequently Asked Questions" description="Have questions? We have answers regarding your plumbing systems." @@ -148,8 +148,8 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Contact Us" title="Need a Reliable Plumber?" - description="Get in touch for a free inspection or emergency services today." - buttons={[{ text: "Contact Us Now", href: "tel:555-0123" }]} + description="Get in touch for a free inspection or emergency services today. Call us at (470) 327-8080." + buttons={[{ text: "Call (470) 327-8080", href: "tel:4703278080" }]} /> -- 2.49.1