diff --git a/src/app/page.tsx b/src/app/page.tsx index 0731d67..e600985 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,9 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Brain, Cpu, CreditCard, Shield, Sparkles, Star, Target, TrendingUp, Zap, Crown } from 'lucide-react'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { Brain, Cpu, CreditCard, Shield, Sparkles, Star, Target, TrendingUp, Zap, Crown, MessageCircle, Mail, Globe } from 'lucide-react'; export default function LandingPage() { return ( @@ -219,16 +219,12 @@ export default function LandingPage() {