From 5bb1e03fb851c724288da7350206625fc7c05f44 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 14:25:35 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 40 +++++++++------------------------------- 1 file changed, 9 insertions(+), 31 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index b1e987a..c1de11e 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -30,8 +30,7 @@ export default function PricingPage() { { name: "FAQ", id: "faq" } ]} button={{ - text: "Enroll Now", - href: "/contact" + text: "Enroll Now", href: "/contact" }} /> @@ -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() { ); -} \ No newline at end of file +}