From 5f11c22babedf48447bfcea66cc3852c6ea0cd13 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:28:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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 -- 2.49.1