From 055714bb1117ea3898969455306544d699ba2648 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 16:48:15 +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 6a81cb9..b1bd32a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1261,4 +1261,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 5e1bf6dc7d7f1a3dec896787843306c3332a8dce Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 16:48:16 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52c2c95..7a2189d 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 HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -37,14 +37,34 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file -- 2.49.1