From e08d1a029c1ba5363f0a0c6e46d6fab2116137c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:04:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 351 +++++++++++------------------------------------ 1 file changed, 78 insertions(+), 273 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67da1ef..c51688e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,35 +2,33 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -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 } from "lucide-react"; +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 { Phone, CheckCircle, Clock, ShieldCheck } from "lucide-react"; export default function HvacPage() { return ( - -
- +
-
- +
-
- +
- - -
- +
-
- +
-
- +
-