From 4f78c3faf1efef2eb18042ade6b7ee9d56460003 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:49:36 +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 56a0d15..3287c48 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From e135ff8fe7fc75d5071aaf32c2689639708fb998 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:49:36 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73af309..e199547 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; +import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBase from "@/components/sections/footer/FooterBase"; @@ -472,7 +472,7 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file -- 2.49.1