From 01fdf05fc7cf2262eb255f928d7ef243eb80986e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:55:43 +0000 Subject: [PATCH] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 84c00fb..962bf5e 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -139,7 +139,7 @@ export default function DashboardPage() { description: "Currently running bets on live matches with real-time odds updates and potential winnings calculated instantly.", tag: "Live", - imageSrc: "http://img.b2bpic.net/free-photo/lady-is-using-mobile-telephone-with-her-business-report-document_1150-6297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lady-is-using-mobile-telephone-with-her-business-report-document_1150-6297.jpg?_wi=3", buttons: [ { text: "View Bets", href: "#" }, { text: "Manage", href: "#" }, @@ -151,7 +151,7 @@ export default function DashboardPage() { description: "Complete record of all your historical bets including settled bets, winnings, and losses for comprehensive performance tracking.", tag: "Records", - imageSrc: "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg?_wi=1", buttons: [ { text: "View History", href: "#" }, { text: "Export", href: "#" },