20 Commits

Author SHA1 Message Date
0532f6fa6f Update src/app/page.tsx 2026-01-28 13:52:31 +00:00
0af7f44a41 Merge version_15 into main
Merge version_15 into main
2026-01-27 18:56:11 +00:00
cd4ab79614 Move section contact after footer 2026-01-27 20:55:34 +02:00
b068f35849 Merge version_14 into main
Merge version_14 into main
2026-01-27 18:51:09 +00:00
2b2911503d Move section contact after hero-new 2026-01-27 20:50:31 +02:00
365e454631 Merge version_13 into main
Merge version_13 into main
2026-01-27 18:47:37 +00:00
a606571c6d Remove section: contact-new 2026-01-27 20:47:04 +02:00
3f8dc04828 Merge version_12 into main
Merge version_12 into main
2026-01-27 17:24:00 +00:00
14698e950e Section: Inserted EmailSignupForm section after contact 2026-01-27 19:23:29 +02:00
ec3e559e88 Merge pull request 'Merge version_11 into main' (#11) from version_11 into main
Reviewed-on: #11
2026-01-27 17:21:27 +00:00
54c47bce2a 1 2026-01-27 19:20:18 +02:00
3f428eeac2 Update src/app/page.tsx 2026-01-27 17:05:45 +00:00
bcf83fcf73 Merge pull request '1' (#10) from version_10 into main
Reviewed-on: #10
2026-01-27 16:25:28 +00:00
59b92741c9 1 2026-01-27 18:24:46 +02:00
cf79ae657d Merge version_8 into main
Merge version_8 into main
2026-01-27 14:13:41 +00:00
da84509f96 Merge version_5 into main
Merge version_5 into main
2026-01-27 14:05:14 +00:00
6ce5855e95 revert 3a5a414545
revert Merge version_3 into main

Merge version_3 into main
2026-01-27 13:59:57 +00:00
3a5a414545 Merge version_3 into main
Merge version_3 into main
2026-01-27 13:58:39 +00:00
e52745cbb1 Merge pull request 'fix' (#2) from version_2 into main
Reviewed-on: #2
2026-01-27 13:54:53 +00:00
8707f49092 Merge version_2 into main
Merge version_2 into main
2026-01-27 13:45:59 +00:00

View File

@@ -131,19 +131,19 @@ export default function LandingPage() {
description="Choose the plan that fits your learning goals and budget"
plans={[
{
id: "starter", tag: "Beginner Plan", price: "$99", period: "/month", description: "Perfect for those starting their tech journey with foundational knowledge.", button: { text: "Get Started", href: "contact" },
id: "starter", tag: "Beginner Plan", price: "$199", period: "/month", description: "Perfect for those starting their tech journey with foundational knowledge.", button: { text: "Get Started", href: "contact" },
featuresTitle: "What's Included:", features: [
"Access to 3 foundational courses", "Weekly live Q&A sessions", "Course materials and resources", "Community forum access", "Certificate of completion"
]
},
{
id: "professional", tag: "Professional Plan", price: "$199", period: "/month", description: "Our most popular plan for serious learners aiming for career advancement.", button: { text: "Enroll Now", href: "contact" },
id: "professional", tag: "Professional Plan", price: "$399", period: "/month", description: "Our most popular plan for serious learners aiming for career advancement.", button: { text: "Enroll Now", href: "contact" },
featuresTitle: "What's Included:", features: [
"Access to 8 professional courses", "2 weeks of 1-on-1 mentorship", "Priority support via Slack", "Job preparation bootcamp", "Resume and portfolio review", "Interview coaching sessions"
]
},
{
id: "enterprise", tag: "Enterprise Plan", price: "$399", period: "/month", description: "Comprehensive program for those committed to mastering multiple tech domains.", button: { text: "Start Premium", href: "contact" },
id: "enterprise", tag: "Enterprise Plan", price: "$799", period: "/month", description: "Comprehensive program for those committed to mastering multiple tech domains.", button: { text: "Start Premium", href: "contact" },
featuresTitle: "What's Included:", features: [
"Unlimited course access", "Unlimited 1-on-1 mentorship", "Personalized learning path", "Career placement assistance", "Lifetime community access", "Advanced capstone project guidance", "Direct instructor access"
]