diff --git a/src/app/page.tsx b/src/app/page.tsx index d6713e9..01eafac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { AlertCircle, Eye, Heart, Sparkles, Zap, Instagram, Mail, Phone } from "lucide-react"; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import { AlertCircle, Eye, Heart, Sparkles, Zap, Instagram, Mail, Phone, TrendingUp, Users, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -120,6 +121,27 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file