diff --git a/src/app/page.tsx b/src/app/page.tsx index b97d9d9..ae32e59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -177,6 +178,29 @@ export default function LandingPage() { /> +