From 3cf853969ef8b432485450a25595cd21dc9938b3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 01:55:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de61f65..d70146e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; @@ -35,7 +34,6 @@ export default function HvacPage() { brandName="Cartagena Pet Delivery " navItems={[ { name: "Services", id: "services" }, - { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -85,24 +83,6 @@ export default function HvacPage() { /> -
- -
-
@@ -207,7 +187,7 @@ export default function HvacPage() { 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: "Company", items: [{ 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" @@ -216,4 +196,4 @@ export default function HvacPage() { ); -} +} \ No newline at end of file -- 2.49.1