From b6d1df639ff58758a39e40531c6d0ad0406d1e7e Mon Sep 17 00:00:00 2001 From: development Date: Fri, 2 Jan 2026 02:26:05 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 063c981..1f06b61 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1272,4 +1272,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From a3210fcf216fc266ecc81c77f8f0b096cb564534 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 2 Jan 2026 02:26:06 +0000 Subject: [PATCH 2/2] 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 -- 2.49.1