Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-11 15:48:12 +00:00

View File

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