Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-20 03:36:47 +00:00

View File

@@ -211,7 +211,7 @@ export default function LandingPage() {
{
id: "q1", title: "How long does a new roof installation take?", content: "Typically 2-3 days, depending on roof size and complexity."},
{
id: "q2", title: "Do you offer financing options?", content: "Yes, we work with several financing partners."},
id: "q2", title: "Do you offer financing options?", content: "Yes, we offer flexible financing plans, including interest-free options, to help manage your project costs comfortably."},
{
id: "q3", title: "Are your roofers licensed and insured?", content: "Absolutely, we are fully licensed and bonded for your protection."},
]}
@@ -248,4 +248,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}