From 386cfbc6d4199d14c70e160036e55cc5aa32904f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:50:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 102 ++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 68 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93141ca..3282d53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,8 +11,8 @@ import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterCard from "@/components/sections/footer/FooterCard"; -import { ShieldCheck, Wrench, DollarSign, Phone, MapPin, Mail, Clock } from "lucide-react"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import { ShieldCheck, Wrench, DollarSign, Phone, Mail, MapPin } from "lucide-react"; export default function HvacPage() { return ( @@ -70,21 +70,18 @@ export default function HvacPage() { title="Reliable Climate Solutions Since 2005" description="AirPro HVAC has been keeping homes and businesses comfortable for nearly two decades. Our certified technicians deliver expert installations, maintenance, and repairs — backed by transparent pricing and a commitment to getting the job done right the first time." metrics={[ - { - value: "2,500+", title: "Systems installed and serviced"}, - { - value: "98%", title: "Customer satisfaction rate"}, + { value: "2,500+", title: "Systems installed and serviced" }, + { value: "98%", title: "Customer satisfaction rate" }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg" imageAlt="Commercial HVAC units on rooftop" - mediaBadge={{ - text: "Active Now", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", avatarAlt: "Technician" - }} + mediaBadge={{ text: "Active Now", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", avatarAlt: "Technician" }} mediaAnimation="slide-up" metricsAnimation="slide-up" useInvertedBackground={false} /> +
+ +
+
@@ -209,17 +179,13 @@ export default function HvacPage() { ); -} +} \ No newline at end of file -- 2.49.1