From 9ed553539710f77c83345539c0aba171272b5707 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:26:01 +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 a1a737b..d243c9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "starter", badge: "Essential", price: "Passive", subtitle: "Baseline automation", buttons: [{ text: "Activate" }], features: ["Stock Monitoring", "Automated Sales"] }, - { id: "pro", badge: "Full Auto", price: "Managed", subtitle: "Total passive ecosystem", buttons: [{ text: "Get Full Auto" }], features: ["Auto-Replenish", "Global Fulfillment", "Yield Optimization"] } + { id: "pro", badge: "Full Auto", price: "Managed", subtitle: "Total passive ecosystem", buttons: [{ text: "Start Automating Now" }], features: ["Auto-Replenish", "Global Fulfillment", "Yield Optimization"] } ]} title="Membership Tiers" description="Select your level of hands-off automation." -- 2.49.1