diff --git a/src/app/page.tsx b/src/app/page.tsx index 32558d0..94e7e17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Shield, CheckCircle, Lock, Zap, DollarSign, User, CheckSquare, Award, MessageCircle, Mail, Phone, Briefcase, Store } from 'lucide-react'; export default function LandingPage() { @@ -373,16 +373,42 @@ export default function LandingPage() { ); -} +} \ No newline at end of file