From 2f6226fc3f6ff80cbc7169f3c03ea329052af4bb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:37:22 +0000 Subject: [PATCH] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 43 ++++++++++------------------------------ 1 file changed, 11 insertions(+), 32 deletions(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index b46a515..ef9ce7e 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -19,8 +19,7 @@ export default function CoursesPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Courses", href: "/courses" }, { label: "Features", href: "/" }, { label: "Pricing", href: "/" }, @@ -28,8 +27,7 @@ export default function CoursesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Careers", href: "/" }, { label: "Press", href: "/" }, @@ -37,8 +35,7 @@ export default function CoursesPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/" }, { label: "Community", href: "/" }, { label: "FAQ", href: "/" }, @@ -46,8 +43,7 @@ export default function CoursesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }, { label: "Cookie Policy", href: "/" }, @@ -63,7 +59,7 @@ export default function CoursesPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -74,9 +70,7 @@ export default function CoursesPage() { brandName="EduPulse" navItems={navItems} button={{ - text: "Start Learning", - href: "/courses", - }} + text: "Start Learning", href: "/courses"}} /> @@ -84,7 +78,7 @@ export default function CoursesPage() {