diff --git a/src/app/page.tsx b/src/app/page.tsx index 5da95fe..089d3bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Heart, Quote, Star, Mail } from "lucide-react"; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import { Sparkles, Heart, Quote, Star, Mail, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -112,6 +113,28 @@ export default function LandingPage() { /> +
+