From 113621e09fd2854c598d72b7a5cc97e45cc6b170 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 04:40:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ac92d8..6e8d95e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@legend", testimonial: "The best MOBA experience I've had on mobile!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/doomsday-scene-catastrophe-digital-illustration_456031-51.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doomsday-scene-catastrophe-digital-illustration_456031-51.jpg?_wi=1", imageAlt: "fantasy battle arena dark", }, { @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@pro", testimonial: "Insane combat mechanics and graphics.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-moustache-wearing-hoodie_250224-229.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-moustache-wearing-hoodie_250224-229.jpg?_wi=1", imageAlt: "fantasy battle arena dark", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@slayer", testimonial: "Every match is pure adrenaline.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-man-warrior-portrait_23-2150712428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-man-warrior-portrait_23-2150712428.jpg?_wi=1", imageAlt: "fantasy battle arena dark", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@mvp", testimonial: "So addictive, I can't stop playing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/security-breach-system-failure_23-2152004064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/security-breach-system-failure_23-2152004064.jpg?_wi=1", imageAlt: "fantasy battle arena dark", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@warrior", testimonial: "The strategy depth is unmatched.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3tjiu6", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3tjiu6&_wi=1", imageAlt: "fantasy battle arena dark", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/doomsday-scene-catastrophe-digital-illustration_456031-51.jpg" + imageSrc="http://img.b2bpic.net/free-photo/doomsday-scene-catastrophe-digital-illustration_456031-51.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/fantasy-group-adventurers_23-2151470645.jpg", @@ -138,7 +138,7 @@ export default function LandingPage() { description="Master complex hero builds and team dynamics. Our battle system rewards tactical brilliance and fast reflexes." subdescription="Built by gamers, for gamers, to ensure every fight is fair and exhilarating." icon={Crown} - imageSrc="http://img.b2bpic.net/free-photo/man-with-moustache-wearing-hoodie_250224-229.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-with-moustache-wearing-hoodie_250224-229.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -152,17 +152,17 @@ export default function LandingPage() { { title: "Fast-Paced Combat", description: "Action that never stops, match after match.", - imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-man-warrior-portrait_23-2150712428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-man-warrior-portrait_23-2150712428.jpg?_wi=2", }, { title: "Tactical Maps", description: "Conquer lanes and control the objectives.", - imageSrc: "http://img.b2bpic.net/free-photo/security-breach-system-failure_23-2152004064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/security-breach-system-failure_23-2152004064.jpg?_wi=2", }, { title: "Epic Rewards", description: "Earn legendary skins and climb the ranks.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3tjiu6", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3tjiu6&_wi=2", }, ]} title="Why You Will Love It" -- 2.49.1