From 2f4a97284a80d4d6dc8ed1417649e8ad66150f7a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 12:36:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9188f0..2be081d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Sparkles, Zap } from "lucide-react"; +import { Award, Sparkles, Zap, DollarSign } from "lucide-react"; export default function LandingPage() { return ( @@ -217,6 +217,8 @@ export default function LandingPage() { ]} title="Flexible AI Solutions for Every Scale" description="Choose the plan that best fits your business goals, or let us craft a custom solution designed just for you." + tag="Our Plans" + tagIcon={DollarSign} /> @@ -287,4 +289,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1