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() {
-