From e19e3a381869c8654251af9fa7b157b64dae3b8e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:49:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69ac6d4..e5c682a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" ] -- 2.49.1