diff --git a/src/app/page.tsx b/src/app/page.tsx index 4805364..f6e9cc4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@alexriv", testimonial: "The best physics I've seen in a mobile penalty game. Absolutely addictive!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/soccer-players-action-professional-stadium_654080-1752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/soccer-players-action-professional-stadium_654080-1752.jpg?_wi=1", imageAlt: "football penalty kick stadium goal", }, { @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@slee", testimonial: "I love the tournament mode. It feels like a real high-stakes match.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827436.jpg?_wi=1", imageAlt: "football physics engine icon", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@markp", testimonial: "Simple controls but really hard to master. Perfect for short breaks.", rating: 4, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hnh2y", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hnh2y&_wi=1", imageAlt: "global leaderboard gaming icon", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@jamiet", testimonial: "Graphics are stunning and the gameplay is super smooth.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827733.jpg?_wi=1", imageAlt: "customizable sports kit UI", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@jordans", testimonial: "Finally, a football game that actually feels competitive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-netherlands_187299-32295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-netherlands_187299-32295.jpg?_wi=1", imageAlt: "soccer tournament bracket ui", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/soccer-players-action-professional-stadium_654080-1752.jpg" + imageSrc="http://img.b2bpic.net/free-photo/soccer-players-action-professional-stadium_654080-1752.jpg?_wi=2" imageAlt="Penalty kick action" avatars={[ { @@ -162,25 +162,25 @@ export default function LandingPage() { title: "Realistic Physics", description: "Ball trajectory that mimics real-life aerodynamics and spin.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827436.jpg?_wi=2", }, { title: "Global Competition", description: "Climb through divisions and compete against players worldwide.", buttonIcon: "Trophy", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hnh2y", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hnh2y&_wi=2", }, { title: "Custom Kits", description: "Unlock hundreds of unique jerseys and stadium accessories.", buttonIcon: "Shirt", - imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827733.jpg?_wi=2", }, { title: "Weekly Tournaments", description: "Join special seasonal events for massive rewards.", buttonIcon: "Calendar", - imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-netherlands_187299-32295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-netherlands_187299-32295.jpg?_wi=2", }, ]} title="Why You'll Love Penalty King" @@ -257,7 +257,7 @@ export default function LandingPage() { price: "$4.99", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827733.jpg?_wi=3", }, { id: "2", @@ -266,7 +266,7 @@ export default function LandingPage() { price: "$9.99", rating: 5, reviewCount: "850", - imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-netherlands_187299-32295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-netherlands_187299-32295.jpg?_wi=3", }, ]} />