Update src/app/blog/page.tsx
This commit is contained in:
@@ -40,38 +40,11 @@ export default function BlogPage() {
|
||||
<BlogCardOne
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Price Action",
|
||||
title: "Reading Price Action Like Institutions",
|
||||
excerpt: "Discover how to interpret raw price movement and identify institutional activity through order blocks and liquidity zones. Learn the practical techniques professionals use.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/professional-blog-cover-image-featuring--1772553609054-b5d5494c.png?_wi=2",
|
||||
imageAlt: "Price action chart analysis",
|
||||
authorName: "Trading Team",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/professional-portrait-photo-of-a-young-c-1772553609807-d2a2833a.png",
|
||||
date: "15 Jan 2025",
|
||||
},
|
||||
id: "1", category: "Price Action", title: "Reading Price Action Like Institutions", excerpt: "Discover how to interpret raw price movement and identify institutional activity through order blocks and liquidity zones. Learn the practical techniques professionals use.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/professional-blog-cover-image-featuring--1772553609054-b5d5494c.png", imageAlt: "Price action chart analysis", authorName: "Trading Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/professional-portrait-photo-of-a-young-c-1772553609807-d2a2833a.png", date: "15 Jan 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Order Blocks",
|
||||
title: "Understanding Order Blocks in Trading",
|
||||
excerpt: "Learn how order blocks form, why institutions accumulate at these levels, and how to trade them profitably. Master one of the most powerful trading concepts.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/educational-illustration-of-order-block--1772553609892-8b5ef9ab.png?_wi=2",
|
||||
imageAlt: "Order block visualization",
|
||||
authorName: "Trading Team",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/professional-headshot-of-a-female-financ-1772553609182-6a59e10c.png",
|
||||
date: "12 Jan 2025",
|
||||
},
|
||||
id: "2", category: "Order Blocks", title: "Understanding Order Blocks in Trading", excerpt: "Learn how order blocks form, why institutions accumulate at these levels, and how to trade them profitably. Master one of the most powerful trading concepts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/educational-illustration-of-order-block--1772553609892-8b5ef9ab.png", imageAlt: "Order block visualization", authorName: "Trading Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/professional-headshot-of-a-female-financ-1772553609182-6a59e10c.png", date: "12 Jan 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Liquidity",
|
||||
title: "Liquidity Traps: How Smart Money Accumulates",
|
||||
excerpt: "Understand how institutional traders use liquidity traps to accumulate positions without revealing their intentions. Avoid retail traps and trade with conviction.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/institutional-liquidity-trap-visualizati-1772553610096-66df3303.png?_wi=2",
|
||||
imageAlt: "Liquidity trap patterns",
|
||||
authorName: "Trading Team",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/professional-portrait-of-a-mature-male-t-1772553608886-fa128e53.png",
|
||||
date: "10 Jan 2025",
|
||||
},
|
||||
id: "3", category: "Liquidity", title: "Liquidity Traps: How Smart Money Accumulates", excerpt: "Understand how institutional traders use liquidity traps to accumulate positions without revealing their intentions. Avoid retail traps and trade with conviction.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/institutional-liquidity-trap-visualizati-1772553610096-66df3303.png", imageAlt: "Liquidity trap patterns", authorName: "Trading Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQCXCrjASuG1lpiJnCRpSkQ0F/professional-portrait-of-a-mature-male-t-1772553608886-fa128e53.png", date: "10 Jan 2025"},
|
||||
]}
|
||||
title="Latest Trading Education Articles"
|
||||
description="Insights and strategies from our trading research community. Learn from detailed analysis of market structure, institutional behavior, and proven trading methodologies."
|
||||
@@ -93,7 +66,7 @@ export default function BlogPage() {
|
||||
{ text: "Subscribe Now", href: "/contact" },
|
||||
{ text: "Return Home", href: "/" },
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,24 +75,21 @@ export default function BlogPage() {
|
||||
<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