diff --git a/src/app/page.tsx b/src/app/page.tsx index c7d7028..663ba50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,12 +48,12 @@ export default function LandingPage() { description="Professional heating, cooling, and ventilation solutions. Fast response, certified technicians, and 24/7 emergency service." tag="Local HVAC Experts" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[ { text: "Schedule Service", href: "#contact" }, { text: "Emergency Repair", href: "tel:+12095551234" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" imageSrc="http://img.b2bpic.net/free-photo/smoke-pipe-industry-factory_1127-3436.jpg" imageAlt="Professional HVAC technician servicing air conditioning unit" showDimOverlay={false} @@ -71,7 +71,7 @@ export default function LandingPage() { buttons={[ { text: "Learn More", href: "#features" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" showBorder={false} useInvertedBackground={false} ariaLabel="About HVAC Services" @@ -84,7 +84,7 @@ export default function LandingPage() { description="From installation and maintenance to emergency repair, we handle all your heating and cooling needs." tag="Our Services" tagIcon={CheckCircle} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" features={[ { icon: Thermometer, @@ -117,7 +117,7 @@ export default function LandingPage() { buttons={[ { text: "View All Services", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" ariaLabel="HVAC Services Features" /> @@ -128,7 +128,7 @@ export default function LandingPage() { description="Proven track record of reliability and customer satisfaction throughout the Central Valley." tag="By The Numbers" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" metrics={[ { id: "metric-years", value: "20+", title: "Years Experience", items: ["Serving Modesto since 2005", "Trusted by thousands of families", "Industry expertise and knowledge"] @@ -149,7 +149,7 @@ export default function LandingPage() { buttons={[ { text: "Get Service Today", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" ariaLabel="HVAC Services Metrics" /> @@ -191,7 +191,7 @@ export default function LandingPage() { description="Find answers to frequently asked questions about our services, pricing, and maintenance." tag="Got Questions?" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" faqs={[ { id: "faq-1", title: "How often should I have my HVAC system serviced?", content: "We recommend professional maintenance twice a year: once in spring for air conditioning and once in fall for heating. Regular maintenance improves efficiency, extends system life, and prevents breakdowns." @@ -221,7 +221,7 @@ export default function LandingPage() { buttons={[ { text: "Still Have Questions?", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" ariaLabel="HVAC Frequently Asked Questions" /> @@ -232,7 +232,7 @@ export default function LandingPage() { title="Schedule Your HVAC Service Today" description="Contact us for a free estimate or emergency service. Our team is standing by to help." tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" background={{ variant: "radial-gradient" }} useInvertedBackground={true} inputPlaceholder="Enter your email address"