diff --git a/src/app/page.tsx b/src/app/page.tsx index c6e127d..55aaea0 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 HeroCarouselLogo from '@/components/sections/hero/HeroCarouselLogo'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; @@ -39,15 +39,13 @@ export default function LandingPage() {