Update src/app/articles/page.tsx
This commit is contained in:
@@ -80,16 +80,15 @@ export default function ArticlesPage() {
|
||||
tagAnimation="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "blog-1", category: "Marketing Playbook", title: "Token Launch Marketing: The Web3 Blueprint", excerpt: "A comprehensive guide to executing successful token launches with proven marketing tactics that drive adoption and community growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/token-launch-marketing-strategy-visualiz-1772536834857-7a18207f.png", imageAlt: "Token launch marketing strategy illustration", authorName: "Ley", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/small-circular-avatar-portrait-of-a-tech-1772536835831-fe356126.png", date: "Jan 20, 2025"},
|
||||
id: "blog-1", category: "Marketing Playbook", title: "Token Launch Marketing: The Web3 Blueprint", excerpt: "A comprehensive guide to executing successful token launches with proven marketing tactics that drive adoption and community growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/token-launch-marketing-strategy-visualiz-1772536834857-7a18207f.png?_wi=2", imageAlt: "Token launch marketing strategy illustration", authorName: "Ley", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/small-circular-avatar-portrait-of-a-tech-1772536835831-fe356126.png", date: "Jan 20, 2025"},
|
||||
{
|
||||
id: "blog-2", category: "DEX Review", title: "Extended DEX Deep Dive: Liquidity & Performance", excerpt: "Analyzing the mechanics of Extended DEX, comparing its liquidity pools, and evaluating its competitive position in the DEX landscape.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/extended-dex-platform-interface-screensh-1772536835167-130078f1.png", imageAlt: "Extended DEX platform interface", authorName: "Panha", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/small-circular-avatar-portrait-of-a-cont-1772536834475-fda44185.png", date: "Jan 18, 2025"},
|
||||
id: "blog-2", category: "DEX Review", title: "Extended DEX Deep Dive: Liquidity & Performance", excerpt: "Analyzing the mechanics of Extended DEX, comparing its liquidity pools, and evaluating its competitive position in the DEX landscape.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/extended-dex-platform-interface-screensh-1772536835167-130078f1.png?_wi=2", imageAlt: "Extended DEX platform interface", authorName: "Panha", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/small-circular-avatar-portrait-of-a-cont-1772536834475-fda44185.png", date: "Jan 18, 2025"},
|
||||
{
|
||||
id: "blog-3", category: "Trading Guide", title: "OKX Trading Strategies for Beginners", excerpt: "Master the basics of trading on OKX with this beginner-friendly guide covering order types, risk management, and profit-taking strategies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/okx-trading-platform-dashboard-visualiza-1772536836000-f74568e0.png", imageAlt: "OKX trading dashboard walkthrough", authorName: "Ley", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/small-circular-avatar-portrait-of-a-tech-1772536835831-fe356126.png", date: "Jan 15, 2025"},
|
||||
id: "blog-3", category: "Trading Guide", title: "OKX Trading Strategies for Beginners", excerpt: "Master the basics of trading on OKX with this beginner-friendly guide covering order types, risk management, and profit-taking strategies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/okx-trading-platform-dashboard-visualiza-1772536836000-f74568e0.png?_wi=2", imageAlt: "OKX trading dashboard walkthrough", authorName: "Ley", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/small-circular-avatar-portrait-of-a-tech-1772536835831-fe356126.png", date: "Jan 15, 2025"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Read All Articles", href: "/articles" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -116,7 +115,7 @@ export default function ArticlesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/abstract-web3-technology-grid-background-1772536834290-8741fad5.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/abstract-web3-technology-grid-background-1772536834290-8741fad5.png?_wi=3"
|
||||
imageAlt="Web3 technology grid background"
|
||||
logoText="Web3 Perspective"
|
||||
copyrightText="© 2025 Web3 Perspective. Built in Cambodia. Serving the world."
|
||||
|
||||
Reference in New Issue
Block a user