Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-05-07 06:42:42 +00:00

View File

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