2 Commits

Author SHA1 Message Date
eeb1c1cbbe Update src/app/page.tsx 2026-04-20 03:36:44 +00:00
484bb11d1f Merge version_1 into main
Merge version_1 into main
2026-04-20 03:28:21 +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>
);
}
}