diff --git a/src/app/page.tsx b/src/app/page.tsx index c9d5e27..85e7e1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -113,6 +114,25 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file