From cda03beaca8870c2082c9bb1d96fdb5455523589 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:31:37 +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 266b756..78beb39 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -97,7 +97,7 @@ export default function AboutPage() { tagAnimation="slide-up" title="Ready to Automate Your Trading?" description="Join 15,000+ traders who use TradeAI to build profitable algorithmic strategies. Start your free trial today with no credit card required." - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} buttons={[ { text: "Start Free Trial", href: "https://app.tradeai.com/signup" }, From 08a3aa0670704dea576f3ab229b8fd45621dccdb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:31:38 +0000 Subject: [PATCH 2/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 fb07270..5d6d7f7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -99,7 +99,7 @@ export default function ContactPage() { tagAnimation="slide-up" title="Ready to Automate Your Trading?" description="Join 15,000+ traders who use TradeAI to build profitable algorithmic strategies. Start your free trial today with no credit card required." - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} buttons={[ { text: "Start Free Trial", href: "https://app.tradeai.com/signup" }, From ca72d0f861da05d7b877c85b04957cf6ad6b870b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:31:38 +0000 Subject: [PATCH 3/5] Update src/app/features/page.tsx --- src/app/features/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 88f4abe..d4251db 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -129,7 +129,7 @@ export default function FeaturesPage() { tagAnimation="slide-up" title="Ready to Automate Your Trading?" description="Join 15,000+ traders who use TradeAI to build profitable algorithmic strategies. Start your free trial today with no credit card required." - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} buttons={[ { text: "Start Free Trial", href: "https://app.tradeai.com/signup" }, From 6d6f66517fa982be5b8bcdfb57607adbef421a56 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:31:39 +0000 Subject: [PATCH 4/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 ed2664b..3b9a4c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function HomePage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-modern-algorithmic-trading-dashboard-i-1772597876172-8921033c.png" imageAlt="TradeAI Algorithmic Trading Dashboard" mediaAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} testimonials={[ { @@ -277,7 +277,7 @@ export default function HomePage() { tagAnimation="slide-up" title="Ready to Automate Your Trading?" description="Join 15,000+ traders who use TradeAI to build profitable algorithmic strategies. Start your free trial today with no credit card required." - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} buttons={[ { text: "Start Free Trial", href: "https://app.tradeai.com/signup" }, From 70f1a04d83112a2f9e73f2c52e68aafe39990875 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:31:39 +0000 Subject: [PATCH 5/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 1301ba0..6d03ee9 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -136,7 +136,7 @@ export default function PricingPage() { tagAnimation="slide-up" title="Ready to Automate Your Trading?" description="Join 15,000+ traders who use TradeAI to build profitable algorithmic strategies. Start your free trial today with no credit card required." - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} buttons={[ { text: "Start Free Trial", href: "https://app.tradeai.com/signup" },