From 14963f1e985cdc220c267b69914790e8d8606838 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:31:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ea0fbb..5a35eab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,13 +6,11 @@ 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 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 ( @@ -66,7 +64,6 @@ export default function HvacPage() {
- - - -