diff --git a/src/app/page.tsx b/src/app/page.tsx index 832ac7f..9451fd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import BlogCardTwo from "@/components/sections/blog/BlogCardTwo"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterCard from "@/components/sections/footer/FooterCard"; +import { Instagram, Facebook } from 'lucide-react'; export default function LandingPage() { return ( @@ -50,7 +51,7 @@ export default function LandingPage() {