From 676a54fd630c0b786d0ff3fb0438d70ce2a5e575 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 00:03:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 291 ++++++++++------------------------------------- 1 file changed, 58 insertions(+), 233 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67da1ef..72a5e99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,8 +11,8 @@ 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 FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import { ShieldCheck, Wrench, DollarSign, Phone, MapPin, Camera } from "lucide-react"; export default function HvacPage() { return ( @@ -34,8 +34,9 @@ export default function HvacPage() { brandName="AirPro HVAC" navItems={[ { name: "Services", id: "services" }, + { name: "Gallery", id: "gallery" }, + { name: "Service Map", id: "map" }, { name: "About", id: "about" }, - { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} button={{ text: "Get a Quote", href: "#contact" }} @@ -47,289 +48,113 @@ export default function HvacPage() { + + +
+ +
+
+
- -
+
); -} +} \ No newline at end of file -- 2.49.1