From 6696d7ed329683fd092e84976d2b298a7e134298 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:15:43 +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 78beb39..eb6a6f0 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: "glowing-orb" }} + background={{ variant: "canvas-reveal" }} useInvertedBackground={false} buttons={[ { text: "Start Free Trial", href: "https://app.tradeai.com/signup" }, -- 2.49.1 From 124e3b060e48b4b1c054e3abe1546351edde4405 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:15:44 +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 5d6d7f7..20ca007 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: "glowing-orb" }} + background={{ variant: "canvas-reveal" }} useInvertedBackground={false} buttons={[ { text: "Start Free Trial", href: "https://app.tradeai.com/signup" }, -- 2.49.1 From eabc6511bb96049c3962a40889154766310a3c5d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:15:44 +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 d4251db..6d8ebdd 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: "glowing-orb" }} + background={{ variant: "canvas-reveal" }} useInvertedBackground={false} buttons={[ { text: "Start Free Trial", href: "https://app.tradeai.com/signup" }, -- 2.49.1 From 2df2fea21a991b99219d27b3e6380ef0dd535470 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:15:45 +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 3b9a4c8..42e3dca 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: "glowing-orb" }} + background={{ variant: "canvas-reveal" }} 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: "glowing-orb" }} + background={{ variant: "canvas-reveal" }} useInvertedBackground={false} buttons={[ { text: "Start Free Trial", href: "https://app.tradeai.com/signup" }, -- 2.49.1 From d3b5ed41fc594bbf565b9efe2255decefecf7d0f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:15:46 +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 6d03ee9..ca0f171 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: "glowing-orb" }} + background={{ variant: "canvas-reveal" }} useInvertedBackground={false} buttons={[ { text: "Start Free Trial", href: "https://app.tradeai.com/signup" }, -- 2.49.1