Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-15 17:25:37 +00:00

View File

@@ -130,8 +130,8 @@ export default function RoofingPage() {
<div id="faq" data-section="faq">
<FaqSplitText
faqs={[
{ id: "1", title: "Do you offer free estimates?", content: "Yes, all consultations are free." },
{ id: "2", title: "Is your work insured?", content: "We are fully bonded and insured." }
{ id: "1", title: "Do you offer free estimates?", content: "Yes, we provide a completely free, no-obligation consultation where our experts assess your roof's condition and discuss all available options to suit your needs and budget." },
{ id: "2", title: "How does your insurance claim assistance work?", content: "We act as your advocate by conducting a thorough damage assessment, providing detailed documentation and photo evidence, and meeting directly with your insurance adjuster to ensure all legitimate repair costs are covered fairly." }
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -159,4 +159,4 @@ export default function RoofingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}