From 530b1abc6afca585018a9293133259c991cfb12f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:39:13 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 60 +++++++++++----------------------------- 1 file changed, 16 insertions(+), 44 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 967b776..65cae2b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/#features" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "/#security" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy", href: "/privacy" }, { label: "Terms", href: "/terms" }, { label: "Disclaimer", href: "/disclaimer" }, @@ -46,8 +43,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Twitter", href: "https://twitter.com/aiadvokat" }, { label: "LinkedIn", href: "https://linkedin.com/company/aiadvokat" }, { label: "GitHub", href: "https://github.com/aiadvokat" }, @@ -63,7 +59,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -83,37 +79,19 @@ export default function ContactPage() { Date: Sun, 8 Mar 2026 12:39:14 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 174 ++++++++++------------------------------------- 1 file changed, 37 insertions(+), 137 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf3aec7..28bc08f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -47,20 +47,14 @@ export default function HomePage() { @@ -373,8 +277,7 @@ export default function HomePage() { Date: Sun, 8 Mar 2026 12:39:14 +0000 Subject: [PATCH 3/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 88 ++++++++-------------------------------- 1 file changed, 18 insertions(+), 70 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index fb4cca0..a44318a 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -19,8 +19,7 @@ export default function PricingPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/#features" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "/#security" }, @@ -28,8 +27,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -37,8 +35,7 @@ export default function PricingPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy", href: "/privacy" }, { label: "Terms", href: "/terms" }, { label: "Disclaimer", href: "/disclaimer" }, @@ -46,8 +43,7 @@ export default function PricingPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Twitter", href: "https://twitter.com/aiadvokat" }, { label: "LinkedIn", href: "https://linkedin.com/company/aiadvokat" }, { label: "GitHub", href: "https://github.com/aiadvokat" }, @@ -63,7 +59,7 @@ export default function PricingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -83,64 +79,22 @@ export default function PricingPage() {