From ea4225e67553e15ceecd1c63dcaeeee6aa75fe60 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:24:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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