diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6fced5a..ede22ab 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,10 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
-import { CheckCircle, Home, Phone, Shield, Sparkles, Star, TrendingUp, Users } from 'lucide-react';
+import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
+import FaqSplitText from '@/components/sections/faq/FaqSplitText';
+import TeamCardFive from '@/components/sections/team/TeamCardFive';
+import { CheckCircle, Home, Phone, Shield, Sparkles, Star, TrendingUp, Users, Mail } from 'lucide-react';
export default function LandingPage() {
return (
@@ -29,9 +32,10 @@ export default function LandingPage() {