Update src/app/player-app/page.tsx

This commit is contained in:
2026-03-07 07:26:51 +00:00
parent 00c91b7466
commit 3a7a1064f6

View File

@@ -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"