From 20c8d4bd6cce5049164f7c9b353cb5f02aaaff8b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 10:52:27 +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 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 ( -- 2.49.1