From ec54cedcf45dfd66c3119e14e71c049922f2f4fb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:55:32 +0000 Subject: [PATCH] Update src/app/trade/page.tsx --- src/app/trade/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/trade/page.tsx b/src/app/trade/page.tsx index c1facc0..dfb0626 100644 --- a/src/app/trade/page.tsx +++ b/src/app/trade/page.tsx @@ -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() {