3 Commits

Author SHA1 Message Date
20520d2093 Update src/app/page.tsx 2026-04-07 10:04:00 +00:00
7f6be6e3b1 Merge version_2 into main
Merge version_2 into main
2026-04-07 10:03:24 +00:00
5617c5b8d6 Merge version_2 into main
Merge version_2 into main
2026-04-07 10:03:00 +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>
);
}
}