From 3011e03c595df1c1fbaa39466dff11552e630507 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 12:54:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e82f958..f1d0440 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,11 +148,29 @@ export default function LandingPage() { ], buttons: [{ text: "Choose Pro", href: "#contact" }] }, + { + id: "advanced", badge: "Advanced", price: "$149/month", subtitle: "Deep dive into specialized topics", features: [ + "All Pro features", "Advanced Certifications", "Early Access to New Courses", "Personalized Learning Roadmap", "Bi-Weekly Group Coaching" + ], + buttons: [{ text: "Upgrade to Advanced", href: "#contact" }] + }, + { + id: "team", badge: "Team", price: "$199/month", subtitle: "Collaborate and learn together", features: [ + "All Pro features", "Up to 5 User Licenses", "Shared Learning Progress", "Team Project Collaboration Tools", "Dedicated Team Support Channel" + ], + buttons: [{ text: "Get for Teams", href: "#contact" }] + }, { id: "premium", badge: "Enterprise", price: "$249/month", subtitle: "Tailored for teams & advanced learners", features: [ "All Pro features", "Customized Learning Paths", "1:1 Mentorship Sessions", "API Access & Integrations", "Private Team Workspaces", "Dedicated Account Manager" ], buttons: [{ text: "Contact Sales", href: "#contact" }] + }, + { + id: "ultimate", badge: "Ultimate", price: "$499/month", subtitle: "All-inclusive, premium support", features: [ + "All Enterprise features", "Unlimited User Licenses", "On-site Training Options", "24/7 Priority Phone Support", "Custom Integration Development", "Annual Strategic Review" + ], + buttons: [{ text: "Request Demo", href: "#contact" }] } ]} /> -- 2.49.1