Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 598db52699 | |||
| 7f2e7bd5e1 |
@@ -101,11 +101,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
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"],
|
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"],
|
features: ["Deal Flow Access", "Government Access", "Summit Priority Seats", "Executive Mentorship", "Brand Visibility"],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user