From c51d9c8cc5c7ea1068ef9aa1022908401018a1e2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 01:29:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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() {