Compare commits
2 Commits
version_13
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 3011e03c59 | |||
| ac1f6a51de |
@@ -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" }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user