From 1c8fb1f9dd3a876fbec7eb6526ef3724dc12b3fe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 19:41:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d279bef..7c0f773 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { id: "f1", title: "How long does installation take?", content: "Depending on square footage, most residential installations take 3-5 days." }, + { id: "f1", title: "How long does installation take?", content: "We prioritize your schedule with efficient, professional service designed to minimize disruption, typically completing residential installations in 3-5 days." }, { id: "f2", title: "Do you offer free estimates?", content: "Yes, we provide free in-home consultations and estimates for all our services." }, { id: "f3", title: "What kind of finish do you use?", content: "We use eco-friendly, durable finishes that are safe for your family and pets." }, { id: "f4", title: "Can you repair warped floors?", content: "In most cases, yes! We can address moisture damage and warping professionally." }, @@ -204,4 +204,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1