From f083bbeddca6146cb198e82ca84d69226d7721fe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:10:56 +0000 Subject: [PATCH] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", -- 2.49.1