From 6b2507ccdb8727ac0c7301b6ca7617ee80bfde7a Mon Sep 17 00:00:00 2001 From: development Date: Sat, 20 Dec 2025 13:35:43 +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 2db38c4..1175994 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1260,4 +1260,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From ffaf927f5edcf465d90a7febc13e599898f2050f Mon Sep 17 00:00:00 2001 From: development Date: Sat, 20 Dec 2025 13:35:44 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index abc7d53..6fca84e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ -"use client" +"use client"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroShowcaseSplitOverlay from '@/components/sections/hero/HeroShowcaseSplitOverlay'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import AboutMetric from '@/components/sections/about/AboutMetric'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven'; @@ -42,19 +42,17 @@ export default function LandingPage() {
-
@@ -276,4 +274,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}