From a3210fcf216fc266ecc81c77f8f0b096cb564534 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 2 Jan 2026 02:26:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fadf3b2..5c99074 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 HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import TagAbout from '@/components/sections/about/TagAbout'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; @@ -40,7 +40,7 @@ export default function LandingPage() {
-
@@ -202,4 +204,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file