From 33fed539d9233d290f3006cea1ade2146264f08c Mon Sep 17 00:00:00 2001 From: development Date: Thu, 25 Dec 2025 16:04:07 +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 09e78d8..2696bf3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1278,4 +1278,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 57a1df8915247bc1a820a1c5d128ff410eb54e5e Mon Sep 17 00:00:00 2001 From: development Date: Thu, 25 Dec 2025 16:04:08 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a859f8..79cc15f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; @@ -101,10 +101,13 @@ export default function LandingPage() {
- ); -} \ No newline at end of file +} -- 2.49.1