From 15434a9af2fd97f61281cd0f0c355d8e8a7d7ded Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 14:35:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c11f7c2..0342462 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,8 @@ import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import { ShieldCheck, Wrench, DollarSign } from "lucide-react"; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import { ShieldCheck, Wrench, DollarSign, Glasses, Paintbrush, Eye, Factory, Mountain, Clock } from "lucide-react"; export default function HvacPage() { return ( @@ -35,6 +36,7 @@ export default function HvacPage() { brandName="AirPro HVAC" navItems={[ { name: "Services", id: "services" }, + { name: "Interventions", id: "interventions" }, { name: "Gallery", id: "gallery" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, @@ -125,6 +127,42 @@ export default function HvacPage() { /> +
+ +
+ ); -} +} \ No newline at end of file