Merge version_1 into main #3

Merged
bender merged 5 commits from version_1 into main 2026-03-03 16:14:49 +00:00
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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