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} /> 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} /> 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} /> 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} /> 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} />