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