Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 16:11:01 +00:00

View File

@@ -113,7 +113,7 @@ export default function CoursesPage() {
badgeIcon: Sparkles,
price: "4 Weeks",
name: "Complete Beginner",
buttons={[{ text: "Start Path", href: "/" }]},
buttons: [{ text: "Start Path", href: "/" }],
features: [
"VS Code complete setup guide",
"Python basics & fundamentals",
@@ -128,7 +128,7 @@ export default function CoursesPage() {
badgeIcon: Star,
price: "8 Weeks",
name: "Web Developer",
buttons={[{ text: "Start Path", href: "/" }]},
buttons: [{ text: "Start Path", href: "/" }],
features: [
"Full JavaScript mastery",
"React framework deep dive",
@@ -142,7 +142,7 @@ export default function CoursesPage() {
id: "advanced",
price: "12 Weeks",
name: "Full-Stack Professional",
buttons={[{ text: "Start Path", href: "/" }]},
buttons: [{ text: "Start Path", href: "/" }],
features: [
"Advanced architecture patterns",
"Microservices & cloud deployment",