From 19e7245ce925a0ab9c916f2dec8f47b67c733ce7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:36:13 +0000 Subject: [PATCH 1/2] Update src/app/auth/page.tsx --- src/app/auth/page.tsx | 37 ++++++++++++------------------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/src/app/auth/page.tsx b/src/app/auth/page.tsx index 45dd108..d0eab90 100644 --- a/src/app/auth/page.tsx +++ b/src/app/auth/page.tsx @@ -19,8 +19,7 @@ export default function AuthPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "#" }, @@ -28,8 +27,7 @@ export default function AuthPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -37,8 +35,7 @@ export default function AuthPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -54,7 +51,7 @@ export default function AuthPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmallSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -70,7 +67,7 @@ export default function AuthPage() {
@@ -119,9 +106,9 @@ export default function AuthPage() { description="Get weekly tips on optimizing your Meta Ads campaigns, new feature announcements, and exclusive marketing insights delivered to your inbox." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/visual-representation-of-email-newslette-1773081216370-65f74d55.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/visual-representation-of-email-newslette-1773081216370-65f74d55.png" imageAlt="Newsletter Subscription" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From d15170361eebc335e65730cda10a7cd7e067da20 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:36:13 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 192 +++++++++++------------------------------------ 1 file changed, 43 insertions(+), 149 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c4e123..92ba306 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,8 +26,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "Security", href: "#" }, @@ -35,8 +34,7 @@ export default function HomePage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -44,8 +42,7 @@ export default function HomePage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -61,7 +58,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmallSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -79,7 +76,7 @@ export default function HomePage() {