From 94b583a27d5cb6f5572dba4bacdb947c67649ffb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:23:42 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index de1dfe4..f408dcb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,7 +17,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -85,7 +85,7 @@ export default function AboutPage() { { text: "Explore Our Courses", href: "/contact" }, { text: "Back to Home", href: "/" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From 824d5a8dbbb707ca322a3ae1b5ca866ae37f346d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:23:43 +0000 Subject: [PATCH 2/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d34ee75..cf34154 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -16,7 +16,7 @@ export default function BlogPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -66,7 +66,7 @@ export default function BlogPage() { { text: "Subscribe Now", href: "/contact" }, { text: "Return Home", href: "/" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From c3ced04f6dca332a9af02935eb5a275d5229537a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:23:45 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 166997f..c529c49 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -44,7 +44,7 @@ export default function ContactPage() { { text: "Send Message", href: "mailto:contact@liquiditytrader.com" }, { text: "Back Home", href: "/" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From 195e878176a9876b6b129b05c405aa1cd68d1efd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:23:46 +0000 Subject: [PATCH 4/5] Update src/app/disclaimer/page.tsx --- src/app/disclaimer/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/disclaimer/page.tsx b/src/app/disclaimer/page.tsx index a368073..470a03c 100644 --- a/src/app/disclaimer/page.tsx +++ b/src/app/disclaimer/page.tsx @@ -14,7 +14,7 @@ export default function DisclaimerPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -92,7 +92,7 @@ export default function DisclaimerPage() { { text: "Contact Support", href: "/contact" }, { text: "Return Home", href: "/" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From f41758d7a2fde3087784610292ecd32acba8e7f5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:23:48 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb933dc..227eb5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="mediumLarge" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function HomePage() { tag="Trading Education" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/a-dynamic-financial-trading-dashboard-sh-1772553609716-beb47518.png" imageAlt="Professional trading dashboard with liquidity analysis" mediaAnimation="slide-up" @@ -181,7 +181,7 @@ export default function HomePage() { { text: "Get Started Today", href: "/contact" }, { text: "Learn More", href: "/about" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1