diff --git a/src/app/page.tsx b/src/app/page.tsx index d714c22..c2678f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Courses", href: "/courses" }, { label: "Features", href: "/" }, { label: "Pricing", href: "/" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Careers", href: "/" }, { label: "Press", href: "/" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/" }, { label: "Community", href: "/" }, { label: "FAQ", href: "/" }, @@ -49,8 +46,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }, { label: "Cookie Policy", href: "/" }, @@ -66,7 +62,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -77,9 +73,7 @@ export default function HomePage() { brandName="EduPulse" navItems={navItems} button={{ - text: "Start Learning", - href: "/courses", - }} + text: "Start Learning", href: "/courses"}} /> @@ -87,7 +81,7 @@ export default function HomePage() {