diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index 8caa153..f0155dd 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -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",