From ae44af585afafc9becec201bd4ea527ab2ae7e9b Mon Sep 17 00:00:00 2001 From: development Date: Thu, 25 Dec 2025 15:33:58 +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 6c58eab..ce9eacc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1271,4 +1271,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 99a06c8c80b57c0f1738b195565749589572b151 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 25 Dec 2025 15:33:59 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ef313c..c618f87 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 HeroLogo from '@/components/sections/hero/HeroLogo'; +import HeroLogoBillboardSplitImage from '@/components/sections/hero/HeroLogoBillboardSplitImage'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TagAbout from '@/components/sections/about/TagAbout'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; @@ -42,7 +42,7 @@ export default function LandingPage() {
-
@@ -305,4 +304,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1