diff --git a/src/app/page.tsx b/src/app/page.tsx index b24c0fc..9f82f8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,8 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { MapPin } from 'lucide-react'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { MapPin, Phone, Mail, Clock } from 'lucide-react'; export default function LandingPage() { return ( @@ -177,33 +177,31 @@ export default function LandingPage() {