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