diff --git a/src/app/page.tsx b/src/app/page.tsx index 865f8b4..dc15f1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file