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" }, 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" }, 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" }, 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" }, 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" },