From fbfa10267258081416948ad04debadf114cd5089 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 12:18:51 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bcf233..4998c3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@alex_wins", testimonial: "WinBig delivers! I've had more fun and bigger payouts here than anywhere else. Truly Kenya's best!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-man-smiling-front-camera_482257-88606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-man-smiling-front-camera_482257-88606.jpg?_wi=1", imageAlt: "Alex O.", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@grace_gamer", testimonial: "The variety of games is incredible, and I love the instant payouts. Highly recommend for any gamer in Kenya!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-sporty-boy-wearing-headband-wristbands-headphones-phone-armband-with-dental-braces-looking-pointing-isolated-crimson-wall_141793-79715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-sporty-boy-wearing-headband-wristbands-headphones-phone-armband-with-dental-braces-looking-pointing-isolated-crimson-wall_141793-79715.jpg?_wi=1", imageAlt: "Grace M.", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@kenyan_bets", testimonial: "Secure, fast, and fair. WinBig has become my go-to platform. Their support is also top-notch!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-father-posing-with-arms-crossed_23-2148414861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-father-posing-with-arms-crossed_23-2148414861.jpg?_wi=1", imageAlt: "David K.", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { handle: "@esther_playz", testimonial: "I claimed my bonus and won big on slots! The welcome offer is genuinely fantastic and easy to use.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photographer-hold-digital-camera-looking-white-display_158595-5718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photographer-hold-digital-camera-looking-white-display_158595-5718.jpg?_wi=1", imageAlt: "Esther N.", }, { -- 2.49.1 From d19c2cd6b6234f4b178c9704a923d23398b67e3f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 12:18:52 +0000 Subject: [PATCH 2/2] Update src/app/register/page.tsx --- src/app/register/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/register/page.tsx b/src/app/register/page.tsx index 5bedfd8..921e1ca 100644 --- a/src/app/register/page.tsx +++ b/src/app/register/page.tsx @@ -122,7 +122,7 @@ export default function LandingPage() { handle: "@GamerGalKE", testimonial: "WinBig is simply the best! I love the variety of games and the payouts are super fast. Always a great time!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-man-smiling-front-camera_482257-88606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-man-smiling-front-camera_482257-88606.jpg?_wi=2", }, { id: "2", @@ -130,7 +130,7 @@ export default function LandingPage() { handle: "@KenyaSlots", testimonial: "Finally, a reliable gaming platform in Kenya. The crash game is my favorite, and customer service is top-notch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-sporty-boy-wearing-headband-wristbands-headphones-phone-armband-with-dental-braces-looking-pointing-isolated-crimson-wall_141793-79715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-sporty-boy-wearing-headband-wristbands-headphones-phone-armband-with-dental-braces-looking-pointing-isolated-crimson-wall_141793-79715.jpg?_wi=2", }, { id: "3", @@ -138,7 +138,7 @@ export default function LandingPage() { handle: "@LuckyAmina", testimonial: "Won a jackpot last week! Still can't believe it. WinBig made it easy and secure to withdraw. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-father-posing-with-arms-crossed_23-2148414861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-father-posing-with-arms-crossed_23-2148414861.jpg?_wi=2", }, { id: "4", @@ -146,7 +146,7 @@ export default function LandingPage() { handle: "@DiceMaster", testimonial: "The dice games here are so engaging. Smooth experience on mobile and desktop. WinBig delivers!", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/photographer-hold-digital-camera-looking-white-display_158595-5718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photographer-hold-digital-camera-looking-white-display_158595-5718.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1