Update src/app/automation/page.tsx
This commit is contained in:
@@ -18,28 +18,28 @@ export default function AutomationPage() {
|
||||
|
||||
const automationFeatures = [
|
||||
{
|
||||
id: "1", title: "Scheduling Engine", description: "Auto-generates recurring sessions, prevents conflicts, enforces capacity limits, and syncs in real-time", tag: "Scheduling", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg", imageAlt: "Scheduling Engine"
|
||||
id: "1", title: "Scheduling Engine", description: "Auto-generates recurring sessions, prevents conflicts, enforces capacity limits, and syncs in real-time", tag: "Scheduling", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg?_wi=7", imageAlt: "Scheduling Engine"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Attendance Engine", description: "Processes attendance instantly, auto-deducts sessions, sends notifications, and tracks patterns", tag: "Attendance", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104978.jpg", imageAlt: "Attendance Engine"
|
||||
id: "2", title: "Attendance Engine", description: "Processes attendance instantly, auto-deducts sessions, sends notifications, and tracks patterns", tag: "Attendance", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104978.jpg?_wi=5", imageAlt: "Attendance Engine"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Performance Tracking", description: "Aggregates coach ratings into trends, calculates improvements, generates insights, and flags at-risk players", tag: "Analytics", imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-with-ball-fingers_23-2147644392.jpg", imageAlt: "Performance Analytics"
|
||||
id: "3", title: "Performance Tracking", description: "Aggregates coach ratings into trends, calculates improvements, generates insights, and flags at-risk players", tag: "Analytics", imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-with-ball-fingers_23-2147644392.jpg?_wi=5", imageAlt: "Performance Analytics"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Loyalty & Rewards", description: "Awards points for streaks, tracks referrals, manages badges, and sends notifications", tag: "Rewards", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-sports-betting-template_23-2150566766.jpg", imageAlt: "Rewards System"
|
||||
id: "4", title: "Loyalty & Rewards", description: "Awards points for streaks, tracks referrals, manages badges, and sends notifications", tag: "Rewards", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-sports-betting-template_23-2150566766.jpg?_wi=5", imageAlt: "Rewards System"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Referral Engine", description: "Generates unique codes, tracks conversion chains, auto-awards points, and provides analytics", tag: "Growth", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg", imageAlt: "Referral System"
|
||||
id: "5", title: "Referral Engine", description: "Generates unique codes, tracks conversion chains, auto-awards points, and provides analytics", tag: "Growth", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg?_wi=8", imageAlt: "Referral System"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Coach Claim Engine", description: "Validates claims, prevents duplicates, auto-calculates payouts, and generates audit trails", tag: "Payroll", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104978.jpg", imageAlt: "Coach Claims"
|
||||
id: "6", title: "Coach Claim Engine", description: "Validates claims, prevents duplicates, auto-calculates payouts, and generates audit trails", tag: "Payroll", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104978.jpg?_wi=6", imageAlt: "Coach Claims"
|
||||
},
|
||||
{
|
||||
id: "7", title: "Swap & Waitlist", description: "Enforces swap limits, routes approvals, auto-manages lists, and tracks patterns", tag: "Scheduling", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-sports-betting-template_23-2150566766.jpg", imageAlt: "Session Management"
|
||||
id: "7", title: "Swap & Waitlist", description: "Enforces swap limits, routes approvals, auto-manages lists, and tracks patterns", tag: "Scheduling", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-sports-betting-template_23-2150566766.jpg?_wi=6", imageAlt: "Session Management"
|
||||
},
|
||||
{
|
||||
id: "8", title: "Guest Trial Engine", description: "Auto-creates trial accounts, tracks attendance, generates reports, and nurtures leads", tag: "Growth", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg", imageAlt: "Trial Management"
|
||||
id: "8", title: "Guest Trial Engine", description: "Auto-creates trial accounts, tracks attendance, generates reports, and nurtures leads", tag: "Growth", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg?_wi=9", imageAlt: "Trial Management"
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user