Merge version_1 into main #2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user