diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 14b2def..c21e013 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { 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 AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Careers", href: "/" }, { label: "Press", href: "/" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/" }, { label: "Community", href: "/" }, { label: "FAQ", href: "/" }, @@ -46,8 +43,7 @@ export default function AboutPage() { ], }, { - 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 AboutPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -74,9 +70,7 @@ export default function AboutPage() { brandName="EduPulse" navItems={navItems} button={{ - text: "Start Learning", - href: "/courses", - }} + text: "Start Learning", href: "/courses"}} /> @@ -84,7 +78,7 @@ export default function AboutPage() { @@ -84,7 +78,7 @@ export default function BlogPage() { @@ -84,7 +78,7 @@ export default function ContactPage() { @@ -84,7 +78,7 @@ export default function CoursesPage() { @@ -87,7 +81,7 @@ export default function HomePage() {