Update src/app/about/page.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ export default function AboutPage() {
|
||||
{ value: "10K+", title: "Traders Learning" },
|
||||
{ value: "500+", title: "Hours of Content" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/portrait-of-a-young-passionate-trader-pr-1772553609451-e05f7ea6.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/portrait-of-a-young-passionate-trader-pr-1772553609451-e05f7ea6.png"
|
||||
imageAlt="Founder of Liquidity Trader, passionate trading educator"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -65,19 +65,11 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Outdated indicator-based approaches",
|
||||
"Disconnected from institutional reality",
|
||||
"Lacking risk management framework",
|
||||
"Focusing on quick profits instead of sustainability",
|
||||
],
|
||||
"Outdated indicator-based approaches", "Disconnected from institutional reality", "Lacking risk management framework", "Focusing on quick profits instead of sustainability"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Modern price action methodology",
|
||||
"Based on institutional market structure",
|
||||
"Comprehensive risk management system",
|
||||
"Building sustainable, long-term trading careers",
|
||||
],
|
||||
"Modern price action methodology", "Based on institutional market structure", "Comprehensive risk management system", "Building sustainable, long-term trading careers"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -93,7 +85,7 @@ export default function AboutPage() {
|
||||
{ text: "Explore Our Courses", href: "/contact" },
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,24 +94,21 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Trading Team", href: "/about" },
|
||||
{ label: "Community", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Disclaimer", href: "/disclaimer" },
|
||||
{ label: "Risk Warning", href: "/disclaimer" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user