From 1c00c2f0766168d2fdd7488578d96553cee269d8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 06:42:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d9cae2..7a77d34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "starter", name: "Starter", price: "$999", buttons: [{ text: "Get Started" }], features: ["Basic AI Chatbot", "Lead Generation", "Email Integration"] }, + { id: "starter", name: "Starter", price: "$999", buttons: [{ text: "Launch for $999" }], features: ["Basic AI Chatbot", "Lead Generation", "Email Integration"] }, { 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"] }, ]} -- 2.49.1