From 005bbb47ae343154b1009f29d34118ea64b55f26 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 16:03:30 +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 755344a..9a25d76 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1275,4 +1275,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 11b916d3ec2811f7703f9c2e93800968f0e27925 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 16:03:31 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 85 ++++++++++++------------------------------------ 1 file changed, 21 insertions(+), 64 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 653d84f..e08cc2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroBillboardCarouselSplit from '@/components/sections/hero/HeroBillboardCarouselSplit'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; @@ -42,30 +42,12 @@ export default function LandingPage() {
-
@@ -449,4 +406,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1