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" ]