From a3a123e676e452837c9e22f2157cfc926e6715d0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 06:32:42 +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 797c811..bf5e4e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "starter", name: "Starter", price: "$999", buttons: [{ text: "Get Started" }], features: ["Basic AI Chatbot", "Lead Generation", "Email Integration"] }, - { id: "growth", name: "Growth", price: "$2999", buttons: [{ text: "Get Started" }], features: ["Voice AI Agent", "Advanced CRM", "Social AI"], badge: "Most Popular" }, + { id: "growth", name: "Growth", price: "$2999", buttons: [{ text: "Start Growing Today" }], features: ["Voice AI Agent", "Advanced CRM", "Social AI"], badge: "Most Popular" }, { id: "enterprise", name: "Enterprise", price: "Custom", buttons: [{ text: "Contact Us" }], features: ["Custom AI Models", "Dedicated Support", "Full Integration"] }, ]} title="Choose Your Plan" @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1