From d41f679a991e68b63eea792a2606e20825c49908 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 17:26:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16b1a19..89d62fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,25 +51,25 @@ export default function LandingPage() { testimonials={[ { name: "Alex Riv", 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", imageAlt: "football penalty kick stadium goal"}, + imageSrc: "http://img.b2bpic.net/free-photo/soccer-players-action-professional-stadium_654080-1752.jpg?_wi=1", imageAlt: "football penalty kick stadium goal"}, { name: "Sarah Lee", 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", imageAlt: "football physics engine icon"}, + imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827436.jpg?_wi=1", imageAlt: "football physics engine icon"}, { name: "Mark P.", 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", imageAlt: "global leaderboard gaming icon"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hnh2y&_wi=1", imageAlt: "global leaderboard gaming icon"}, { name: "Jamie T.", 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", imageAlt: "customizable sports kit UI"}, + imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827733.jpg?_wi=1", imageAlt: "customizable sports kit UI"}, { name: "Jordan S.", 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", imageAlt: "soccer tournament bracket ui"}, + imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-netherlands_187299-32295.jpg?_wi=1", imageAlt: "soccer tournament bracket ui"}, ]} buttons={[ { text: "Start Shooting", 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={[ { @@ -105,16 +105,16 @@ export default function LandingPage() { features={[ { 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" description="Engineered for speed, precision, and pure football enjoyment." @@ -160,10 +160,10 @@ export default function LandingPage() { products={[ { id: "1", brand: "Penalty King", name: "Golden Boots Pack", price: "$4.99", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827733.jpg"}, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827733.jpg?_wi=3"}, { id: "2", brand: "Penalty King", name: "Pro Stadium Kit", price: "$9.99", rating: 5, - reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-netherlands_187299-32295.jpg"}, + reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-netherlands_187299-32295.jpg?_wi=3"}, ]} /> -- 2.49.1