diff --git a/src/app/page.tsx b/src/app/page.tsx index 55a275e..cbff0a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; +import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; @@ -40,12 +40,12 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file