From e258ea22fd23e986c62c9b6a8233aa902c8fdedd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 10:55:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6ad80f..1232928 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 HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import HeroOverlayBlock from '@/components/sections/hero/HeroOverlayBlock'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; @@ -42,7 +42,7 @@ export default function BeachPerfumePage() {
-
-- 2.49.1