Merge version_14 into main #18

Merged
bender merged 1 commits from version_14 into main 2026-03-21 12:54:17 +00:00

View File

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