From 598db52699e33897323c0f4933c760b6ab03172c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:44:28 +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 a8c47c1..92db380 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,11 +101,11 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "individual", badge: "Essential", price: "R500", subtitle: "For emerging professionals", buttons: [{ text: "Apply Now", href: "/contact" }], + id: "individual", badge: "Essential", price: "R500", subtitle: "For emerging professionals", buttons: [{ text: "Join the Movement", href: "/contact" }], features: ["Networking", "Policy Reports", "Events", "Member Portal Access", "Quarterly Newsletter"], }, { - id: "corporate", badge: "Exclusive", price: "R5000", subtitle: "For high-impact firms", buttons: [{ text: "Apply Now", href: "/contact" }], + id: "corporate", badge: "Exclusive", price: "R5000", subtitle: "For high-impact firms", buttons: [{ text: "Start Your Growth", href: "/contact" }], features: ["Deal Flow Access", "Government Access", "Summit Priority Seats", "Executive Mentorship", "Brand Visibility"], }, ]} -- 2.49.1