From e86a47adcbdcbaedac3c97eec6a0943792021af6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:26:49 +0000 Subject: [PATCH] Update src/app/chatbot/page.tsx --- src/app/chatbot/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/chatbot/page.tsx b/src/app/chatbot/page.tsx index 54379ac..2bc9573 100644 --- a/src/app/chatbot/page.tsx +++ b/src/app/chatbot/page.tsx @@ -9,22 +9,22 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function ChatbotPage() { const chatbotFeatures = [ { - id: "1", title: "Natural Language Understanding", description: "Understands player and parent intents in both Arabic and English with context-aware responses", tag: "AI Core", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg", imageAlt: "Natural Language Processing" + id: "1", title: "Natural Language Understanding", description: "Understands player and parent intents in both Arabic and English with context-aware responses", tag: "AI Core", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg?_wi=10", imageAlt: "Natural Language Processing" }, { - id: "2", title: "Balance Inquiries", description: "Players and parents can instantly check account balance, session credits, and payment history", tag: "Account", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-sports-betting-template_23-2150566766.jpg", imageAlt: "Balance Inquiries" + id: "2", title: "Balance Inquiries", description: "Players and parents can instantly check account balance, session credits, and payment history", tag: "Account", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-sports-betting-template_23-2150566766.jpg?_wi=7", imageAlt: "Balance Inquiries" }, { - id: "3", title: "Session Management", description: "Request session swaps, join waitlists, and manage attendance directly through natural conversation", tag: "Scheduling", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104978.jpg", imageAlt: "Session Management" + id: "3", title: "Session Management", description: "Request session swaps, join waitlists, and manage attendance directly through natural conversation", tag: "Scheduling", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104978.jpg?_wi=7", imageAlt: "Session Management" }, { - id: "4", title: "Payment Assistance", description: "Guide users through payment processes, explain billing, and handle payment-related inquiries", tag: "Payments", imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-with-ball-fingers_23-2147644392.jpg", imageAlt: "Payment Support" + id: "4", title: "Payment Assistance", description: "Guide users through payment processes, explain billing, and handle payment-related inquiries", tag: "Payments", imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-with-ball-fingers_23-2147644392.jpg?_wi=6", imageAlt: "Payment Support" }, { - id: "5", title: "Account Freezing", description: "Process temporary account freezes, manage suspension reasons, and handle reactivation requests", tag: "Account", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg", imageAlt: "Account Management" + id: "5", title: "Account Freezing", description: "Process temporary account freezes, manage suspension reasons, and handle reactivation requests", tag: "Account", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg?_wi=11", imageAlt: "Account Management" }, { - id: "6", title: "Schedule Information", description: "Answer questions about upcoming sessions, class times, coach assignments, and venue details", tag: "Information", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104978.jpg", imageAlt: "Schedule Info" + id: "6", title: "Schedule Information", description: "Answer questions about upcoming sessions, class times, coach assignments, and venue details", tag: "Information", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104978.jpg?_wi=8", imageAlt: "Schedule Info" } ];