diff --git a/src/app/page.tsx b/src/app/page.tsx index 7526d20..02f5332 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,10 +8,10 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Crown, Sparkles, Zap, Award, Users, TrendingUp, MessageSquare, Phone, Home, DollarSign, Globe } from 'lucide-react'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import { Crown, Sparkles, Zap, Award, Users, TrendingUp, MessageSquare, Phone, Home, DollarSign, Globe, Mail, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -199,7 +199,7 @@ export default function LandingPage() {