From 374a247531d1592a492f3235ecdf6c418786c40d Mon Sep 17 00:00:00 2001 From: mulika-local Date: Fri, 26 Dec 2025 15:00:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1dc3e9b..39ed6dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Award, Calendar, Heart, Sparkles, Star } from "lucide-react"; +import { Award, Calendar, Heart, Sparkles, Star, Linkedin } from "lucide-react"; export default function LandingPage() { return (