diff --git a/src/app/page.tsx b/src/app/page.tsx index ccd55ce..23fe310 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDash import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { LayoutDashboard, Users, Trophy, MessageSquare, Target, BookOpen, ChevronRight, Mail, Phone, Calendar } from "lucide-react"; +import { LayoutDashboard, Users, Trophy, BookOpen } from "lucide-react"; export default function LandingPage() { return ( @@ -47,10 +47,11 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} dashboard={{ title: "Season Performance", logoIcon: Trophy, - sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: Users }, { icon: Target }], + sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: Users }, { icon: Trophy }], stats: [ { title: "Active Athletes", values: [450, 500, 550], description: "Monthly growth" }, - { title: "Training Hours", values: [1200, 1500, 1800], description: "Total club usage" } + { title: "Training Hours", values: [1200, 1500, 1800], description: "Total club usage" }, + { title: "Event Attendance", values: [80, 90, 95], description: "Game Day engagement" } ], buttons: [{ text: "View Analytics" }], listItems: [{ icon: BookOpen, title: "New Program: Sprint Master", status: "Open" }, { icon: Trophy, title: "Regional Tournament", status: "Upcoming" }], @@ -65,6 +66,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" title="Training Success Cycles" + useInvertedBackground={false} features={[ { id: 1, title: "Skill Assessment", description: "Detailed initial breakdown of performance baselines.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=2" } }, { id: 2, title: "Customized Routine", description: "Personalized training blocks built for your goals.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=3" } } @@ -78,6 +80,7 @@ export default function LandingPage() { tag="Professional Staff" membersAnimation="slide-up" memberVariant="card" + useInvertedBackground={false} members={[ { id: "t1", name: "Alex Rivers", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-guy-earphones-eating-banana-after-workout-sitting-stairs_8353-6860.jpg" }, { id: "t2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/water-polo-player-pool-with-swimming-equipment_23-2150893946.jpg" } @@ -89,6 +92,7 @@ export default function LandingPage() {