From b9487c14ecb7cbe9514833a1bf0fc18af204c2eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 10:51:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45af639..e342a91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { price: "Bonus ₹500", rating: 5, reviewCount: "12k", - imageSrc: "http://img.b2bpic.net/free-photo/social-media-concept-with-elements_23-2149019257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/social-media-concept-with-elements_23-2149019257.jpg?_wi=1", }, { id: "2", @@ -95,7 +95,7 @@ export default function LandingPage() { price: "Bonus ₹100", rating: 4, reviewCount: "8k", - imageSrc: "http://img.b2bpic.net/free-photo/lotto-slot-machine-jackpot-win-concept_53876-124308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lotto-slot-machine-jackpot-win-concept_53876-124308.jpg?_wi=1", }, { id: "3", @@ -104,7 +104,7 @@ export default function LandingPage() { price: "Bonus ₹1000", rating: 5, reviewCount: "15k", - imageSrc: "http://img.b2bpic.net/free-vector/entertaining-icons-set_1284-5063.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/entertaining-icons-set_1284-5063.jpg?_wi=1", }, { id: "4", @@ -113,7 +113,7 @@ export default function LandingPage() { price: "Bonus ₹200", rating: 4, reviewCount: "5k", - imageSrc: "http://img.b2bpic.net/free-vector/casino-elements-collection_23-2147627790.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/casino-elements-collection_23-2147627790.jpg?_wi=1", }, { id: "5", @@ -167,7 +167,7 @@ export default function LandingPage() { role: "Pro Player", company: "Rummy Enthusiast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/social-media-concept-with-elements_23-2149019257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/social-media-concept-with-elements_23-2149019257.jpg?_wi=2", }, { id: "2", @@ -175,7 +175,7 @@ export default function LandingPage() { role: "Casual Gamer", company: "Slot Queen", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lotto-slot-machine-jackpot-win-concept_53876-124308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lotto-slot-machine-jackpot-win-concept_53876-124308.jpg?_wi=2", }, { id: "3", @@ -183,7 +183,7 @@ export default function LandingPage() { role: "Daily Winner", company: "Bingo Master", rating: 4, - imageSrc: "http://img.b2bpic.net/free-vector/entertaining-icons-set_1284-5063.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/entertaining-icons-set_1284-5063.jpg?_wi=2", }, { id: "4", @@ -191,7 +191,7 @@ export default function LandingPage() { role: "Card Shark", company: "Poker League", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/casino-elements-collection_23-2147627790.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/casino-elements-collection_23-2147627790.jpg?_wi=2", }, ]} /> -- 2.49.1