diff --git a/src/app/page.tsx b/src/app/page.tsx index d754981..b8be3fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@fastjump", testimonial: "Highly addictive mechanics.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-nature_23-2151120966.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-nature_23-2151120966.jpg?_wi=1", imageAlt: "8-bit graphics pixels scene with nature", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@devcool", testimonial: "Built with pure JS.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/anime-tree-illustration_23-2151357526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/anime-tree-illustration_23-2151357526.jpg?_wi=1", imageAlt: "Anime tree illustration", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@playmore", testimonial: "Easy to learn, hard to master!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/neon-futuristic-cityscape-with-retro-vibe_23-2151966354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neon-futuristic-cityscape-with-retro-vibe_23-2151966354.jpg?_wi=1", imageAlt: "Neon futuristic cityscape with a retro vibe", }, ]} @@ -239,19 +239,19 @@ export default function LandingPage() { id: "t1", name: "Alice Dev", role: "Lead Engineer", - imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-nature_23-2151120966.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-nature_23-2151120966.jpg?_wi=2", }, { id: "t2", name: "Bob Pixel", role: "Art Director", - imageSrc: "http://img.b2bpic.net/free-photo/anime-tree-illustration_23-2151357526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/anime-tree-illustration_23-2151357526.jpg?_wi=2", }, { id: "t3", name: "Charlie Game", role: "Level Designer", - imageSrc: "http://img.b2bpic.net/free-photo/neon-futuristic-cityscape-with-retro-vibe_23-2151966354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neon-futuristic-cityscape-with-retro-vibe_23-2151966354.jpg?_wi=2", }, { id: "t4",