From b870fbca05a7d5229155f023b915797492662518 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:46:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7a9d70..2086b93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,12 +7,10 @@ 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, Clock, Lightbulb, Users } from "lucide-react"; +import { ShieldCheck, Lightbulb, Users, Clock } from "lucide-react"; export default function HvacPage() { return ( @@ -50,7 +48,7 @@ export default function HvacPage() { { text: "Call Now", href: "tel:7085406986" }, { text: "Get Free Estimate", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-skillful-technician-commissioned-outside-hvac-system-routine-maintenance-looking-refrigerant-issues-meticulous-mechanic-doing-air-conditioner-inspection-writing-data-tablet_482257-66265.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOyMruxcT6pFQySJwYBocVx6cy/uploaded-1777499181037-q4bbtnsh.jpg" imageAlt="Professional HVAC technician" showDimOverlay={true} /> @@ -140,6 +138,7 @@ export default function HvacPage() {