diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cf0e52..612cfcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial"; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import TeamCardSix from "@/components/sections/team/TeamCardSix"; @@ -45,7 +45,7 @@ export default function LandscapingPage() {