Update src/app/trade/page.tsx

This commit is contained in:
2026-04-15 16:55:32 +00:00
parent 6d55dde60b
commit ec54cedcf4

View File

@@ -45,22 +45,22 @@ export default function LandingPage() {
{
title: "Live Chart View", description: "Direct feed from DexScreener to track your investment in real-time.", icon: Zap,
mediaItems: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CP0jZe8MUnA2eiOemo3XmUhTYG/uploaded-1776272049140-lzstj1z3.png", imageAlt: "Chart view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fun-3d-cartoon-lizard-running_183364-120307.jpg", imageAlt: "Trading tool" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CP0jZe8MUnA2eiOemo3XmUhTYG/uploaded-1776272049140-lzstj1z3.png?_wi=4", imageAlt: "Chart view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fun-3d-cartoon-lizard-running_183364-120307.jpg?_wi=2", imageAlt: "Trading tool" },
]
},
{
title: "Market Stats", description: "Real-time updates on volume, liquidity, and holder counts.", icon: BarChart,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/fun-3d-cartoon-illustration-trex-rocker_183364-118323.jpg", imageAlt: "Volume chart" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fun-3d-cartoon-illustration-trex-rocker_183364-118323.jpg?_wi=1", imageAlt: "Volume chart" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-3d-dragon_23-2151139392.jpg", imageAlt: "Statistics table" },
]
},
{
title: "Secure Trading", description: "Easy access to swap platforms and liquidity pools.", icon: ShieldCheck,
mediaItems: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CP0jZe8MUnA2eiOemo3XmUhTYG/uploaded-1776272049140-lzstj1z3.png", imageAlt: "Swap portal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fun-3d-cartoon-lizard-running_183364-120307.jpg", imageAlt: "Liquidity pool details" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CP0jZe8MUnA2eiOemo3XmUhTYG/uploaded-1776272049140-lzstj1z3.png?_wi=5", imageAlt: "Swap portal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fun-3d-cartoon-lizard-running_183364-120307.jpg?_wi=3", imageAlt: "Liquidity pool details" },
]
},
]}
@@ -86,7 +86,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CP0jZe8MUnA2eiOemo3XmUhTYG/uploaded-1776272049140-lzstj1z3.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CP0jZe8MUnA2eiOemo3XmUhTYG/uploaded-1776272049140-lzstj1z3.png?_wi=6"
logoText="Draxo"
columns={[
{ title: "Socials", items: [{ label: "Twitter", href: "https://twitter.com" }, { label: "Telegram", href: "#" }] },