From 0eafcf979240321285a56380ddd5d1cf7c8484a3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:18:22 +0000 Subject: [PATCH 1/3] Update src/app/login/page.tsx --- src/app/login/page.tsx | 58 +++++++++++++----------------------------- 1 file changed, 18 insertions(+), 40 deletions(-) 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() { Date: Wed, 4 Mar 2026 08:18:22 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 149 +++++++++++------------------------------------ 1 file changed, 35 insertions(+), 114 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3814227..bf3d608 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Dashboard", href: "/dashboard" }, { label: "Portfolio", href: "/portfolio" }, { label: "Analytics", href: "/analytics" }, @@ -32,8 +31,7 @@ export default function HomePage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -41,8 +39,7 @@ export default function HomePage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -50,8 +47,7 @@ export default function HomePage() { ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Docs", href: "#" }, { label: "Support Center", href: "#" }, @@ -67,7 +63,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -81,7 +77,7 @@ export default function HomePage() { @@ -123,32 +113,20 @@ export default function HomePage() { @@ -199,64 +178,22 @@ export default function HomePage() { Date: Wed, 4 Mar 2026 08:18:23 +0000 Subject: [PATCH 3/3] Update src/app/signup/page.tsx --- src/app/signup/page.tsx | 86 +++++++++++++---------------------------- 1 file changed, 26 insertions(+), 60 deletions(-) diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx index 099b8e0..156243c 100644 --- a/src/app/signup/page.tsx +++ b/src/app/signup/page.tsx @@ -20,8 +20,7 @@ export default function SignupPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Dashboard", href: "/dashboard" }, { label: "Portfolio", href: "/portfolio" }, { label: "Analytics", href: "/analytics" }, @@ -29,8 +28,7 @@ export default function SignupPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -38,8 +36,7 @@ export default function SignupPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -47,8 +44,7 @@ export default function SignupPage() { ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Docs", href: "#" }, { label: "Support Center", href: "#" }, @@ -64,7 +60,7 @@ export default function SignupPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -78,7 +74,7 @@ export default function SignupPage() { @@ -120,32 +110,20 @@ export default function SignupPage() {