From bef2b068c4c86305b7b6a1effdc8157c7419a321 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:48:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37dd9b3..69ac6d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Clock, GitBranch, Shield, Star, TrendingUp, Users, Zap } from 'lucide-react'; +import { Clock, GitBranch, Shield, Star, TrendingUp, Users, Zap, Crown } from 'lucide-react'; export default function LandingPage() { return ( @@ -148,7 +148,7 @@ export default function LandingPage() { ] }, { - id: "professional", tag: "Professional Plan", price: "$149", period: "/month", description: "For growing teams needing advanced features and priority support", button: { text: "Start Free Trial", href: "#contact" }, + id: "professional", tag: "Most Popular", tagIcon: Crown, price: "$149", period: "/month", description: "For growing teams needing advanced features and priority support", button: { text: "Start Free Trial", href: "#contact" }, featuresTitle: "What's Included:", features: [ "Up to 20 team members", "50,000 monthly automations", "500+ integrations", "Priority email support", "Advanced analytics and reporting", "Custom workflows", "API access" ] -- 2.49.1