From 88c831acd96f8a43a326638898e387b0167c592c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 00:34:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 882711d..b83e208 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,6 @@ export default function LandingPage() { ]} title="Our Expert Services" description="From custom cabinetry to full-scale structural renovations, we bring precision to every build." - buttons={[{ text: "Discuss Your Project", href: "#contact" }]} /> @@ -139,7 +138,9 @@ export default function LandingPage() { faqs={[ { id: "q1", title: "Do you offer free estimates?", content: "Yes, we provide detailed, no-obligation estimates for all projects." }, { id: "q2", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed, bonded, and insured for your protection." }, - { id: "q3", title: "How long does a renovation take?", content: "Timelines vary by project scope; we provide a clear schedule during consultation." } + { id: "q3", title: "How long does a renovation take?", content: "Timelines vary by project scope; we provide a clear schedule during consultation." }, + { id: "q4", title: "Do you provide warranties?", content: "Yes, we provide a comprehensive warranty on all craftsmanship and structural work." }, + { id: "q5", title: "What areas do you serve?", content: "We proudly serve all residential and commercial properties within the metropolitan area and surrounding counties." } ]} title="Frequently Asked Questions" faqsAnimation="blur-reveal" -- 2.49.1