diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 180c341..416408a 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -18,8 +18,7 @@ export default function ProgramsPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Programs", href: "/programs" }, @@ -27,8 +26,7 @@ export default function ProgramsPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Join Us", href: "/join" }, { label: "Mentors", href: "#" }, { label: "Events", href: "#" }, @@ -36,8 +34,7 @@ export default function ProgramsPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Free Guides", href: "/resources" }, { label: "Video Library", href: "#" }, { label: "Blog", href: "#" }, @@ -45,8 +42,7 @@ export default function ProgramsPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -62,7 +58,7 @@ export default function ProgramsPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="fluid" + background="glowing-orb" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -80,7 +76,7 @@ export default function ProgramsPage() {