diff --git a/src/app/page.tsx b/src/app/page.tsx index 285e322..ca4231c 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 MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; @@ -43,29 +43,20 @@ export default function LandscapingPage() {
-
@@ -158,4 +149,4 @@ export default function LandscapingPage() { ); -} \ No newline at end of file +}