diff --git a/src/app/page.tsx b/src/app/page.tsx index a0993f1..5dc2e27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Github, Info, Linkedin, Mail, Sparkles, Star, Twitter } from "lucide-react"; +import { Award, Github, Info, Linkedin, Mail, MessageSquareText, Sparkles, Star, Twitter } from "lucide-react"; export default function LandingPage() { return (