From 20520d20936d67fe41d9f91b409b948c95f130d2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 10:04:00 +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 35c437a..ce47875 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -186,7 +186,7 @@ export default function HvacPage() { { id: "3", title: "What brands do you install and repair?", content: "We work with all major HVAC brands including Carrier, Trane, Lennox, Daikin, Rheem, and more. Our technicians are trained and certified across multiple manufacturers."}, { - id: "4", title: "Do you offer financing options?", content: "Yes, we offer flexible financing plans for new installations and major repairs. Ask about our 0% interest options so you can stay comfortable without straining your budget."}, + id: "4", title: "Do you offer financing options?", content: "Yes, we offer flexible financing plans for new installations and major repairs. Ask about our 0% interest options so you can stay comfortable without straining your budget. Request a quote to discuss your project."}, { id: "5", title: "How long does a typical installation take?", content: "Most residential HVAC installations are completed in one day. Larger commercial projects may take 2-3 days depending on the scope. We'll give you an accurate timeline during your consultation."}, ]} @@ -244,4 +244,4 @@ export default function HvacPage() { ); -} +} \ No newline at end of file -- 2.49.1