From 3a7a1064f64f407c99b487e51bc84efc54358a40 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:26:51 +0000 Subject: [PATCH] Update src/app/player-app/page.tsx --- src/app/player-app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/player-app/page.tsx b/src/app/player-app/page.tsx index 082dc8f..3464d6b 100644 --- a/src/app/player-app/page.tsx +++ b/src/app/player-app/page.tsx @@ -82,17 +82,17 @@ export default function PlayerAppPage() { { id: "1", title: "Home Dashboard", description: "Real-time overview of upcoming sessions, balance, performance progress, and important notifications all in one place", tag: "Dashboard", imageSrc: - "http://img.b2bpic.net/free-vector/flat-design-sports-betting-template_23-2150566766.jpg", imageAlt: "Home Dashboard", buttons: [{ text: "View Demo", href: "#" }], + "http://img.b2bpic.net/free-vector/flat-design-sports-betting-template_23-2150566766.jpg?_wi=4", imageAlt: "Home Dashboard", buttons: [{ text: "View Demo", href: "#" }], }, { id: "2", title: "Session Scheduling", description: "Browse available sessions, register with one tap, manage your calendar, and see coach details for each session", tag: "Scheduling", imageSrc: - "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg", imageAlt: "Session Scheduling", buttons: [{ text: "View Demo", href: "#" }], + "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg?_wi=5", imageAlt: "Session Scheduling", buttons: [{ text: "View Demo", href: "#" }], }, { id: "3", title: "Performance Tracking", description: "View coach ratings across 6 key metrics, track improvement trends, see detailed comments, and celebrate milestones", tag: "Analytics", imageSrc: - "http://img.b2bpic.net/free-photo/basketball-player-with-ball-fingers_23-2147644392.jpg", imageAlt: "Performance Tracking", buttons: [{ text: "View Demo", href: "#" }], + "http://img.b2bpic.net/free-photo/basketball-player-with-ball-fingers_23-2147644392.jpg?_wi=3", imageAlt: "Performance Tracking", buttons: [{ text: "View Demo", href: "#" }], }, ]} animationType="slide-up"