From 5933b8d6ad8bcf0f33dbcd5de61172082dcaa1fb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 01:37:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 108 ++++++++++------------------------------------- 1 file changed, 23 insertions(+), 85 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8bfbf3..8ababd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,14 +6,12 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; 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 { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react"; +import { Phone } from "lucide-react"; export default function HvacPage() { return ( @@ -73,78 +71,48 @@ export default function HvacPage() { animationType="slide-up" negativeCard={{ items: [ - "Initial consultation time", "Wait times during peak season", "Cost of premium parts", "Complex system requirements", "Occasional site access delays" + "Initial consultation time", "Wait times during peak season", "Cost of premium parts", "Complex system requirements", "Occasional site access delays" ] }} positiveCard={{ items: [ - "24/7 emergency availability", "Certified expert technicians", "Extended system longevity", "Transparent pricing structures", "100% satisfaction guarantee" + "24/7 emergency availability", "Certified expert technicians", "Extended system longevity", "Transparent pricing structures", "100% satisfaction guarantee" ] }} useInvertedBackground={false} /> -
- -
-
+
+
@@ -216,29 +174,9 @@ export default function HvacPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg" imageAlt="HVAC technician inspecting equipment" columns={[ - { - title: "Services", items: [ - { label: "AC Installation", href: "#services" }, - { label: "Heating Systems", href: "#services" }, - { label: "Maintenance Plans", href: "#services" }, - { label: "Emergency Repairs", href: "#services" }, - ], - }, - { - title: "Company", items: [ - { label: "About Us", href: "#about" }, - { label: "Testimonials", href: "#testimonials" }, - { label: "FAQ", href: "#faq" }, - { label: "Contact", href: "#contact" }, - ], - }, - { - title: "Contact", items: [ - { label: "(555) 987-6543", href: "tel:5559876543" }, - { label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" }, - { label: "Austin, TX" }, - ], - }, + { title: "Services", items: [{ label: "AC Installation", href: "#services" }, { label: "Heating Systems", href: "#services" }, { label: "Maintenance Plans", href: "#services" }, { label: "Emergency Repairs", href: "#services" }] }, + { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] }, + { title: "Contact", items: [{ label: "(555) 987-6543", href: "tel:5559876543" }, { label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" }, { label: "Austin, TX" }] }, ]} copyrightText="© 2026 | AirPro HVAC" /> @@ -246,4 +184,4 @@ export default function HvacPage() { ); -} \ No newline at end of file +}