From 6bec250299b3727e779261da8d3bd8b6a6ad83d2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:47:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b5e3aa..74343b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Activity, Apple, Crown, Heart, Sparkles } from "lucide-react"; +import { Activity, Apple, Crown, Heart, Sparkles, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -203,6 +203,12 @@ export default function LandingPage() { ]} /> + +
+
+ +
+
); -- 2.49.1