diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 0ad55b9..b44d34f 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -19,8 +19,7 @@ export default function LoginPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Dashboard", href: "/dashboard" }, { label: "Portfolio", href: "/portfolio" }, { label: "Analytics", href: "/analytics" }, @@ -28,8 +27,7 @@ export default function LoginPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -37,8 +35,7 @@ export default function LoginPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -46,8 +43,7 @@ export default function LoginPage() { ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Docs", href: "#" }, { label: "Support Center", href: "#" }, @@ -63,7 +59,7 @@ export default function LoginPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -77,7 +73,7 @@ export default function LoginPage() { @@ -119,34 +109,22 @@ export default function LoginPage() { @@ -123,32 +113,20 @@ export default function HomePage() { @@ -199,64 +178,22 @@ export default function HomePage() { @@ -120,32 +110,20 @@ export default function SignupPage() {