diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e6e954..80668ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import TeamCardThree from '@/components/sections/team/TeamCardThree'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; +import MetricCardFive from '@/components/sections/metrics/MetricCardFive'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Linkedin } from "lucide-react"; @@ -239,6 +240,39 @@ export default function LandingPage() { /> +