From e7083b215120659538192cd6236be1568a01c1bc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:14:08 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 79f941d..de1dfe4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -85,7 +85,7 @@ export default function AboutPage() { { text: "Explore Our Courses", href: "/contact" }, { text: "Back to Home", href: "/" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} /> -- 2.49.1 From ae78431049115df20f17a7ad08cfed61ff7fcc7b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:14:13 +0000 Subject: [PATCH 2/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index f5f354f..d34ee75 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -66,7 +66,7 @@ export default function BlogPage() { { text: "Subscribe Now", href: "/contact" }, { text: "Return Home", href: "/" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} /> -- 2.49.1 From 9da56e87bdd518ecba9bfd4d5d1610e693beb9d1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:14:18 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 83f05fd..166997f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,7 +44,7 @@ export default function ContactPage() { { text: "Send Message", href: "mailto:contact@liquiditytrader.com" }, { text: "Back Home", href: "/" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} /> -- 2.49.1 From 09e9f96956da4b4f3b292930de64c2b225de5c68 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:14:21 +0000 Subject: [PATCH 4/5] Update src/app/disclaimer/page.tsx --- src/app/disclaimer/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/disclaimer/page.tsx b/src/app/disclaimer/page.tsx index 4f7ab9e..a368073 100644 --- a/src/app/disclaimer/page.tsx +++ b/src/app/disclaimer/page.tsx @@ -92,7 +92,7 @@ export default function DisclaimerPage() { { text: "Contact Support", href: "/contact" }, { text: "Return Home", href: "/" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} /> -- 2.49.1 From 27ecbcc008a90c2b5418bbe8a9381e3235a6dd4a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:14:24 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22bee22..eb933dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function HomePage() { tag="Trading Education" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} 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: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} /> -- 2.49.1