Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-11 12:40:24 +00:00

View File

@@ -156,7 +156,8 @@ export default function LandingPage() {
faqs={[
{ id: "q1", title: "How long does the waterproofing last?", content: "Our solutions offer long-term protection, typically lasting 10+ years depending on site conditions." },
{ id: "q2", title: "Do you provide estimates?", content: "Yes, we offer free site inspections and professional quotes for all projects." },
{ id: "q3", title: "Is your work guaranteed?", content: "We offer comprehensive service warranties to ensure quality and long-term protection." }
{ id: "q3", title: "Is your work guaranteed?", content: "We offer comprehensive service warranties to ensure quality and long-term protection." },
{ id: "q4", title: "What is your emergency response time for water damage?", content: "We prioritize emergency water damage calls and aim to reach your property within 4 hours to begin containment and mitigation." }
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -206,4 +207,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}