diff --git a/src/app/page.tsx b/src/app/page.tsx index dc50651..e820171 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroOverlayBlock from '@/components/sections/hero/HeroOverlayBlock'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; @@ -42,20 +42,25 @@ export default function BeachPerfumePage() {
-