diff --git a/src/app/page.tsx b/src/app/page.tsx index f18990f..0caa2e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,8 @@ import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwen import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Camera, Phone, Utensils } from 'lucide-react'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import { Camera, Phone, Utensils, MessageCircle, Instagram, Facebook } from 'lucide-react'; export default function LandingPage() { return ( @@ -169,6 +170,21 @@ export default function LandingPage() {