Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-15 19:41:50 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}