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