From 17bf67850925a03f0496bccdbad89aa3feb56391 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 10:37:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a52a01f..25232eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureBento from '@/components/sections/feature/FeatureBento'; @@ -42,7 +42,7 @@ export default function LandingPage() {
-
@@ -235,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1