8 Commits

Author SHA1 Message Date
cf79ae657d Merge version_8 into main
Merge version_8 into main
2026-01-27 14:13:41 +00:00
36301f96be Content edit: make all prices lower by 50% 2026-01-27 16:13:04 +02:00
da84509f96 Merge version_5 into main
Merge version_5 into main
2026-01-27 14:05:14 +00:00
2b264eb234 Content edit: replace $399 with $299 2026-01-27 16:04:38 +02: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

@@ -48,7 +48,7 @@ export default function LandingPage() {
description="Learn from industry experts in our comprehensive IT courses. From web development to data science, gain practical skills and launch your tech career." description="Learn from industry experts in our comprehensive IT courses. From web development to data science, gain practical skills and launch your tech career."
tag="Start Learning Today" tag="Start Learning Today"
tagIcon={Sparkles} tagIcon={Sparkles}
background={{}} background={{ variant: "radial-gradient" }}
mediaItems={[ mediaItems={[
{ {
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-people-working-laptops_23-2149739424.jpg", imageAlt: "Students learning online" imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-people-working-laptops_23-2149739424.jpg", imageAlt: "Students learning online"
@@ -131,19 +131,19 @@ export default function LandingPage() {
description="Choose the plan that fits your learning goals and budget" description="Choose the plan that fits your learning goals and budget"
plans={[ plans={[
{ {
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" }, 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" },
featuresTitle: "What's Included:", features: [ 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" "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: "$399", 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: "$199", 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: [ 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" "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: "$799", 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: "$399", period: "/month", description: "Comprehensive program for those committed to mastering multiple tech domains.", button: { text: "Start Premium", href: "contact" },
featuresTitle: "What's Included:", features: [ 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" "Unlimited course access", "Unlimited 1-on-1 mentorship", "Personalized learning path", "Career placement assistance", "Lifetime community access", "Advanced capstone project guidance", "Direct instructor access"
] ]