3 Commits

Author SHA1 Message Date
4932403854 Merge version_4 into main
Merge version_4 into main
2026-04-25 23:24:46 +00:00
16ad0676a6 Update src/app/page.tsx 2026-04-25 23:24:42 +00:00
972ba0d5d2 Merge version_3 into main
Merge version_3 into main
2026-04-25 23:22:26 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
title="Your Comfort, Our Commitment."
description="Expert HVAC maintenance, repair, and installation services by JC Air Solutions LLC. Serving your home with 4.9-star rated reliability."
buttons={[{ text: "Get Your Free HVAC Estimate", href: "#contact" }]}
buttons={[{ text: "Get Your Free HVAC Estimate", onClick: () => document.getElementById('contact')?.scrollIntoView({ behavior: 'smooth' }) }]}
imageSrc="http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg"
imageAlt="Professional HVAC technician servicing a residential unit."
mediaAnimation="slide-up"