diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e05897..943b343 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -151,6 +152,29 @@ export default function LandingPage() { /> +