Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-07 10:04:06 +00:00

View File

@@ -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. <a href='#contact' style='text-decoration: underline;'>Request a quote</a> 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() {
</ReactLenis>
</ThemeProvider>
);
}
}