diff --git a/src/app/page.tsx b/src/app/page.tsx index ef80147..8448fce 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 NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; +import SplitAbout from "@/components/sections/about/SplitAbout"; +import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; +import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { ShieldCheck, Wrench, Zap, Target, ClipboardCheck, ArrowRight } from "lucide-react"; export default function HvacPage() { return (
-
-
- +
+ +
+
- - - - -
- -
-
-
-