From 9bb467fbf45f6509fd9d70122c39ffeff397fa3a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 12:41:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 256 +++++------------------------------------------ 1 file changed, 24 insertions(+), 232 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67da1ef..91f2c43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,8 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F 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 FooterMedia from "@/components/sections/footer/FooterMedia"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react"; export default function HvacPage() { @@ -70,266 +70,58 @@ 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" }} mediaAnimation="slide-up" metricsAnimation="slide-up" useInvertedBackground={false} /> +
- - - -
- -
-
- -
-
); -} +} \ No newline at end of file