From 9f6122cb767446a46d1b0689868674fb85602b96 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:23:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ffab97f..de420fa 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 FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -125,25 +125,24 @@ export default function LandingPage() {
-