Update src/app/pricing/page.tsx
This commit is contained in:
@@ -30,8 +30,7 @@ export default function PricingPage() {
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "/contact"
|
||||
text: "Enroll Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,52 +45,31 @@ export default function PricingPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
price: "$99/month",
|
||||
name: "Starter Course",
|
||||
buttons: [
|
||||
id: "starter", price: "$99/month", name: "Starter Course", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
features: [
|
||||
"Access to 3 core courses",
|
||||
"Community support forum",
|
||||
"Certificate of completion",
|
||||
"Lifetime course access"
|
||||
"Access to 3 core courses", "Community support forum", "Certificate of completion", "Lifetime course access"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$199/month",
|
||||
name: "Professional Plan",
|
||||
buttons: [
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$199/month", name: "Professional Plan", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
features: [
|
||||
"Access to all 15+ courses",
|
||||
"1-on-1 mentorship sessions",
|
||||
"Career guidance support",
|
||||
"Job placement assistance",
|
||||
"Priority community access"
|
||||
"Access to all 15+ courses", "1-on-1 mentorship sessions", "Career guidance support", "Job placement assistance", "Priority community access"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
price: "$499/month",
|
||||
name: "Enterprise Program",
|
||||
buttons: [
|
||||
id: "enterprise", price: "$499/month", name: "Enterprise Program", buttons: [
|
||||
{ text: "Contact Sales", href: "/contact" },
|
||||
{ text: "Schedule Demo", href: "#" }
|
||||
],
|
||||
features: [
|
||||
"Custom curriculum design",
|
||||
"Team training programs",
|
||||
"Dedicated instructor support",
|
||||
"Corporate certifications",
|
||||
"On-site workshops available"
|
||||
"Custom curriculum design", "Team training programs", "Dedicated instructor support", "Corporate certifications", "On-site workshops available"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -135,4 +113,4 @@ export default function PricingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user