From 8e9898b4463b1e25c6a567b47cf3a1b145342e7f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:05:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 115 +++++++++++++++++++++++------------------------ 1 file changed, 57 insertions(+), 58 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c51688e..043c456 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,14 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import SplitAbout from "@/components/sections/about/SplitAbout"; -import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; -import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterCard from "@/components/sections/footer/FooterCard"; +import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; +import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; +import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; +import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; import { Phone, CheckCircle, Clock, ShieldCheck } from "lucide-react"; export default function HvacPage() { @@ -33,105 +34,103 @@ export default function HvacPage() { navItems={[ { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Testimonials", id: "testimonials" }, + { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" }, ]} />
-
-
- +
+ +
+
-
-
-
-- 2.49.1