Update src/app/page.tsx
This commit is contained in:
269
src/app/page.tsx
269
src/app/page.tsx
@@ -33,8 +33,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Player App", href: "/player-app" },
|
||||
{ label: "Coach App", href: "/coach-app" },
|
||||
{ label: "Admin Dashboard", href: "/admin-dashboard" },
|
||||
@@ -42,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "Automation Engines", href: "/automation" },
|
||||
{ label: "AI Chatbot", href: "/chatbot" },
|
||||
{ label: "Security", href: "#security" },
|
||||
@@ -51,8 +49,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Blog", href: "#blog" },
|
||||
{ label: "Careers", href: "#careers" },
|
||||
@@ -60,8 +57,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#docs" },
|
||||
{ label: "Support", href: "#support" },
|
||||
{ label: "Community", href: "#community" },
|
||||
@@ -77,7 +73,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="medium"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -95,7 +91,7 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Transform Basketball Academy Management"
|
||||
description="Scale from 240 to 500+ players with automated attendance, real-time performance tracking, seamless payments, and instant player-parent communication through our comprehensive digital platform."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "240+", label: "Active Players" },
|
||||
{ value: "99%", label: "Data Accuracy" },
|
||||
@@ -110,7 +106,7 @@ export default function HomePage() {
|
||||
{ text: "View Demo", href: "#features" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/landing-page-black-white-with-male-basketball-athlete_23-2148825720.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/landing-page-black-white-with-male-basketball-athlete_23-2148825720.jpg"
|
||||
imageAlt="Wolves Academy Platform Dashboard"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -123,48 +119,24 @@ export default function HomePage() {
|
||||
description="Everything you need to manage your basketball academy efficiently and scale sustainably"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Player & Parent App",
|
||||
description:
|
||||
"iOS app with home dashboard, session scheduling, performance tracking, and secure payments with Apple Pay and CliQ integration",
|
||||
tag: "Player App",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/flat-design-sports-betting-template_23-2150566766.jpg?_wi=1",
|
||||
imageAlt: "Player and Parent Mobile App",
|
||||
buttons: [{ text: "Learn More", href: "/player-app" }],
|
||||
id: "1", title: "Player & Parent App", description:
|
||||
"iOS app with home dashboard, session scheduling, performance tracking, and secure payments with Apple Pay and CliQ integration", tag: "Player App", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/flat-design-sports-betting-template_23-2150566766.jpg", imageAlt: "Player and Parent Mobile App", buttons: [{ text: "Learn More", href: "/player-app" }],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Coach App",
|
||||
description:
|
||||
"Dedicated iOS app for coaches to mark attendance, rate performance, submit claims, and track player insights across all sessions",
|
||||
tag: "Coach App",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104978.jpg?_wi=1",
|
||||
imageAlt: "Coach Mobile App",
|
||||
buttons: [{ text: "Learn More", href: "/player-app" }],
|
||||
id: "2", title: "Coach App", description:
|
||||
"Dedicated iOS app for coaches to mark attendance, rate performance, submit claims, and track player insights across all sessions", tag: "Coach App", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104978.jpg", imageAlt: "Coach Mobile App", buttons: [{ text: "Learn More", href: "/player-app" }],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Admin Dashboard",
|
||||
description:
|
||||
"Comprehensive web portal for managing players, scheduling sessions, tracking attendance, handling finances, and monitoring all operations",
|
||||
tag: "Admin Panel",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg?_wi=1",
|
||||
imageAlt: "Admin Dashboard",
|
||||
buttons: [{ text: "Learn More", href: "/player-app" }],
|
||||
id: "3", title: "Admin Dashboard", description:
|
||||
"Comprehensive web portal for managing players, scheduling sessions, tracking attendance, handling finances, and monitoring all operations", tag: "Admin Panel", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147903921.jpg", imageAlt: "Admin Dashboard", buttons: [{ text: "Learn More", href: "/player-app" }],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "AI Chatbot",
|
||||
description:
|
||||
"Natural language chatbot supporting Arabic and English with intent recognition for balance inquiries, session swaps, payments, and more",
|
||||
tag: "AI Assistant",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/basketball-player-with-ball-fingers_23-2147644392.jpg?_wi=1",
|
||||
imageAlt: "AI Chatbot Interface",
|
||||
buttons: [{ text: "Learn More", href: "/player-app" }],
|
||||
id: "4", title: "AI Chatbot", description:
|
||||
"Natural language chatbot supporting Arabic and English with intent recognition for balance inquiries, session swaps, payments, and more", tag: "AI Assistant", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/basketball-player-with-ball-fingers_23-2147644392.jpg", imageAlt: "AI Chatbot Interface", buttons: [{ text: "Learn More", href: "/player-app" }],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -179,32 +151,16 @@ export default function HomePage() {
|
||||
description="Real results from implementing our complete digital ecosystem"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "80",
|
||||
title: "percent",
|
||||
description: "Reduction in admin manual work",
|
||||
icon: Zap,
|
||||
id: "1", value: "80", title: "percent", description: "Reduction in admin manual work", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "99.8",
|
||||
title: "percent",
|
||||
description: "Data accuracy and synchronization",
|
||||
icon: CheckCircle,
|
||||
id: "2", value: "99.8", title: "percent", description: "Data accuracy and synchronization", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "80",
|
||||
title: "percent",
|
||||
description: "Player app adoption in 3 months",
|
||||
icon: TrendingUp,
|
||||
id: "3", value: "80", title: "percent", description: "Player app adoption in 3 months", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "8",
|
||||
title: "Engines",
|
||||
description: "Automation engines handling key tasks",
|
||||
icon: Cog,
|
||||
id: "4", value: "8", title: "Engines", description: "Automation engines handling key tasks", icon: Cog,
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -220,85 +176,37 @@ export default function HomePage() {
|
||||
description="Intelligent systems working behind the scenes to eliminate manual work and ensure data accuracy"
|
||||
features={[
|
||||
{
|
||||
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=2",
|
||||
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", 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?_wi=2",
|
||||
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", 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?_wi=2",
|
||||
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", 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?_wi=2",
|
||||
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", 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?_wi=3",
|
||||
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", 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?_wi=3",
|
||||
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", 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?_wi=3",
|
||||
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", 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?_wi=4",
|
||||
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", imageAlt: "Trial Management"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -315,6 +223,7 @@ export default function HomePage() {
|
||||
{ icon: Zap, label: "Automation Engines", value: "8" },
|
||||
{ icon: Globe, label: "Languages Supported", value: "2" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -326,29 +235,17 @@ export default function HomePage() {
|
||||
author="Ahmed Al-Mansouri, Academy Director"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg",
|
||||
alt: "Coach testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg", alt: "Coach testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-ball_1157-6716.jpg",
|
||||
alt: "Player testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-ball_1157-6716.jpg", alt: "Player testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-man-wearing-earphones_23-2149731282.jpg",
|
||||
alt: "Coach testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-man-wearing-earphones_23-2149731282.jpg", alt: "Coach testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg",
|
||||
alt: "Staff testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg", alt: "Staff testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2149741200.jpg",
|
||||
alt: "Parent testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2149741200.jpg", alt: "Parent testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
|
||||
alt: "Parent testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", alt: "Parent testimonial"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -362,53 +259,29 @@ export default function HomePage() {
|
||||
description="Everything you need to know about implementing the Wolves Sports Academy Platform"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does implementation take?",
|
||||
content:
|
||||
"Full implementation typically takes 4-6 weeks including data migration, staff training, and app deployment. We provide dedicated support throughout the process.",
|
||||
},
|
||||
id: "1", title: "How long does implementation take?", content:
|
||||
"Full implementation typically takes 4-6 weeks including data migration, staff training, and app deployment. We provide dedicated support throughout the process."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What payment methods are supported?",
|
||||
content:
|
||||
"Players can pay via CliQ (instant bank transfer), Apple Pay, credit/debit cards (PCI compliant), or cash with manual admin entry. All methods are integrated into the parent app.",
|
||||
},
|
||||
id: "2", title: "What payment methods are supported?", content:
|
||||
"Players can pay via CliQ (instant bank transfer), Apple Pay, credit/debit cards (PCI compliant), or cash with manual admin entry. All methods are integrated into the parent app."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is the system secure?",
|
||||
content:
|
||||
"Yes. We use JWT authentication, encrypted data storage, PCI-compliant payment handling, and follow industry security standards. Medical information is stored separately and securely.",
|
||||
},
|
||||
id: "3", title: "Is the system secure?", content:
|
||||
"Yes. We use JWT authentication, encrypted data storage, PCI-compliant payment handling, and follow industry security standards. Medical information is stored separately and securely."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can we scale from 240 to 500+ players?",
|
||||
content:
|
||||
"Absolutely. The platform is designed for scalability. All automation engines handle increased load seamlessly, and the database can support thousands of players without performance degradation.",
|
||||
},
|
||||
id: "4", title: "Can we scale from 240 to 500+ players?", content:
|
||||
"Absolutely. The platform is designed for scalability. All automation engines handle increased load seamlessly, and the database can support thousands of players without performance degradation."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What if we need multi-sport support?",
|
||||
content:
|
||||
"Multi-sport support is planned for Phase 2. Currently optimized for basketball, but the architecture supports easy expansion to other sports like volleyball, tennis, and football.",
|
||||
},
|
||||
id: "5", title: "What if we need multi-sport support?", content:
|
||||
"Multi-sport support is planned for Phase 2. Currently optimized for basketball, but the architecture supports easy expansion to other sports like volleyball, tennis, and football."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do coaches track player progress?",
|
||||
content:
|
||||
"Coaches use the dedicated app to rate 6 key metrics (Shooting, Footwork, Dribbling, IQ, Behavior, Handles) with 1-5 scales and comments. The system aggregates ratings into trend analysis and generates insights.",
|
||||
},
|
||||
id: "6", title: "How do coaches track player progress?", content:
|
||||
"Coaches use the dedicated app to rate 6 key metrics (Shooting, Footwork, Dribbling, IQ, Behavior, Handles) with 1-5 scales and comments. The system aggregates ratings into trend analysis and generates insights."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Can parents see their child's performance?",
|
||||
content:
|
||||
"Yes. The parent app displays progress charts, coach comments timeline, streak counters, improvement indicators, and monthly progress reports for real-time engagement.",
|
||||
},
|
||||
id: "7", title: "Can parents see their child's performance?", content:
|
||||
"Yes. The parent app displays progress charts, coach comments timeline, streak counters, improvement indicators, and monthly progress reports for real-time engagement."},
|
||||
{
|
||||
id: "8",
|
||||
title: "What about the AI chatbot languages?",
|
||||
content:
|
||||
"The chatbot supports both Arabic and English with full natural language understanding. It can handle balance inquiries, session swaps, payments, freezes, schedule queries, and more in both languages.",
|
||||
},
|
||||
id: "8", title: "What about the AI chatbot languages?", content:
|
||||
"The chatbot supports both Arabic and English with full natural language understanding. It can handle balance inquiries, session swaps, payments, freezes, schedule queries, and more in both languages."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -424,7 +297,7 @@ export default function HomePage() {
|
||||
{ text: "Schedule Demo", href: "https://calendly.com" },
|
||||
{ text: "Contact Sales", href: "mailto:sales@wolvesacademy.com" },
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user