diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b4203f..8909fea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Activity, Award, Heart, Search, Star } from "lucide-react"; +import { Activity, Award, Heart, MessageCircle, Search, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -45,7 +45,10 @@ export default function LandingPage() { @@ -190,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file