diff --git a/src/app/page.tsx b/src/app/page.tsx index f2c9298..8f760ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,6 +4,7 @@ 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 HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; @@ -122,6 +123,21 @@ export default function HvacPage() { useInvertedBackground={false} /> + +