From bd8127f77778228bb6f46c83b063eba18bda4ab2 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 16:51:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a2189d..35e212a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -37,34 +37,13 @@ export default function LandingPage() {
- ); -} \ No newline at end of file +}