Merge version_3 into main #4
@@ -140,6 +140,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "View Comparison", href: "#pricing" },
|
||||
{ text: "Talk to Sales", href: "#contact" }
|
||||
]}
|
||||
plans={[
|
||||
{
|
||||
id: "starter", tag: "Starter Plan", price: "$49", period: "/month", description: "Perfect for small teams getting started with automation", button: { text: "Start Free Trial", href: "#contact" },
|
||||
@@ -148,7 +152,8 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
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" },
|
||||
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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user