From c4f246c60b19aa91bbcdc369d92bc8f92ed380a3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:02:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 974409a..a2c15a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Baseball, Zap, Trophy, Target, Users, Sparkles, Mail } from 'lucide-react'; +import { Zap, Trophy, Target, Users, Sparkles, Mail } from 'lucide-react'; export default function SportsHub() { return ( @@ -67,7 +67,7 @@ export default function SportsHub() { tag="Sports Excellence" features={[ { - icon: Baseball, + icon: Trophy, title: "Baseball Mastery", description: "Advanced batting mechanics, pitching techniques, and defensive strategies to dominate the diamond." }, { @@ -103,7 +103,7 @@ export default function SportsHub() { description="Legendary coaches and athletes guiding the next generation to greatness." team={[ { - id: "1", name: "Michael Johnson", role: "Head Baseball Coach", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-holds-basket-ball_613910-8571.jpg?_wi=1", imageAlt: "Michael Johnson" + id: "1", name: "Michael Johnson", role: "Head Baseball Coach", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-holds-basket-ball_613910-8571.jpg", imageAlt: "Michael Johnson" }, { id: "2", name: "Sarah Chen", role: "Golf Instructor", imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707973.jpg", imageAlt: "Sarah Chen" @@ -157,7 +157,7 @@ export default function SportsHub() { }, { id: "4", name: "Jessica Brown", handle: "@jessicaallstar", testimonial: "Played at the highest level in all three sports thanks to these coaches. Truly world-class training and support.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-holds-basket-ball_613910-8571.jpg?_wi=2", imageAlt: "Jessica Brown" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-holds-basket-ball_613910-8571.jpg", imageAlt: "Jessica Brown" } ]} showRating={true} @@ -172,6 +172,9 @@ export default function SportsHub() { title="Trusted by Industry Leaders" description="Partnered with the world's top sports brands and organizations." tag="Partnerships" + names={[ + "Nike", "Adidas", "Puma", "Under Armour", "Mizuno", "Spalding", "Wilson" + ]} logos={[ "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", "http://img.b2bpic.net/free-vector/abstract-silhouette-sport-logo-flat-design_23-2148220451.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-pitbull-esport-logo_23-2150524257.jpg", "http://img.b2bpic.net/free-vector/hd-monogram-logo-template_23-2150206047.jpg", "http://img.b2bpic.net/free-vector/jiu-jitsu-logo-design_23-2150891946.jpg", "http://img.b2bpic.net/free-vector/basketball-logo-template_23-2149588980.jpg", "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529684.jpg" ]}