diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2c5cdaa..10c9c44 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,8 +18,7 @@ export default function AboutPage() { 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 AboutPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Join Us", href: "/join" }, { label: "Mentors", href: "#" }, { label: "Events", href: "#" }, @@ -36,8 +34,7 @@ export default function AboutPage() { ], }, { - 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 AboutPage() { ], }, { - 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 AboutPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="fluid" + background="glowing-orb" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -74,9 +70,7 @@ export default function AboutPage() { brandName="Learning Point" navItems={navItems} button={{ - text: "Join Community", - href: "/join", - }} + text: "Join Community", href: "/join"}} /> @@ -85,7 +79,7 @@ export default function AboutPage() { @@ -87,7 +81,7 @@ export default function JoinPage() { @@ -89,7 +83,7 @@ export default function HomePage() {