From eeb1c1cbbebda51ca816032d06f27455285dda30 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 03:36:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1