Update src/app/page.tsx
This commit is contained in:
@@ -47,13 +47,13 @@ export default function LandingPage() {
|
|||||||
title="Unlock Your Full Potential on the Court"
|
title="Unlock Your Full Potential on the Court"
|
||||||
description="Expert basketball training led by Coach Josh Cross. Develop your skills, IQ, and confidence with personalized coaching programs designed for all skill levels."
|
description="Expert basketball training led by Coach Josh Cross. Develop your skills, IQ, and confidence with personalized coaching programs designed for all skill levels."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ name: "Marcus T.", handle: "@marcust", testimonial: "The best clinic I've been to! My shooting percentage improved in just two weeks.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-serious-concentrated-basketball-player-with-ball-prepares-alone-important-match_273609-8625.jpg", imageAlt: "professional basketball player training" },
|
{ name: "Marcus T.", handle: "@marcust", testimonial: "The best clinic I've been to! My shooting percentage improved in just two weeks.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-serious-concentrated-basketball-player-with-ball-prepares-alone-important-match_273609-8625.jpg?_wi=1", imageAlt: "professional basketball player training" },
|
||||||
{ name: "Lisa B.", handle: "@lisab", testimonial: "Coach Josh really understands player development.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-scribbling-predictions-white-board-checking-insights-laptop-worker-assessing-finance_482257-133811.jpg", imageAlt: "professional basketball player training" },
|
{ name: "Lisa B.", handle: "@lisab", testimonial: "Coach Josh really understands player development.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-scribbling-predictions-white-board-checking-insights-laptop-worker-assessing-finance_482257-133811.jpg?_wi=1", imageAlt: "professional basketball player training" },
|
||||||
{ name: "David R.", handle: "@davidr", testimonial: "Professional coaching in a supportive environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-skillfully-spinning-basketball-court_23-2152031771.jpg", imageAlt: "professional basketball player training" },
|
{ name: "David R.", handle: "@davidr", testimonial: "Professional coaching in a supportive environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-skillfully-spinning-basketball-court_23-2152031771.jpg?_wi=1", imageAlt: "professional basketball player training" },
|
||||||
{ name: "Alex P.", handle: "@alexp", testimonial: "Incredible drill variety that translates directly to game play.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/looking-surprised-realizing-new-thought-idea-concept_1194-413751.jpg", imageAlt: "professional basketball player training" },
|
{ name: "Alex P.", handle: "@alexp", testimonial: "Incredible drill variety that translates directly to game play.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/looking-surprised-realizing-new-thought-idea-concept_1194-413751.jpg?_wi=1", imageAlt: "professional basketball player training" },
|
||||||
{ name: "Jordan M.", handle: "@jordanm", testimonial: "My confidence has skyrocketed since joining the program.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-african-man-play-basketball-outdoors_171337-7974.jpg", imageAlt: "professional basketball player training" }
|
{ name: "Jordan M.", handle: "@jordanm", testimonial: "My confidence has skyrocketed since joining the program.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-african-man-play-basketball-outdoors_171337-7974.jpg?_wi=1", imageAlt: "professional basketball player training" }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-serious-concentrated-basketball-player-with-ball-prepares-alone-important-match_273609-8625.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-serious-concentrated-basketball-player-with-ball-prepares-alone-important-match_273609-8625.jpg?_wi=2"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imageAlt="professional basketball player training"
|
imageAlt="professional basketball player training"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
|||||||
{ title: "High-IQ Play", description: "Developing decision-making skills in game-like scenarios." },
|
{ title: "High-IQ Play", description: "Developing decision-making skills in game-like scenarios." },
|
||||||
{ title: "Conditioning", description: "Building elite-level stamina and explosive movement." }
|
{ title: "Conditioning", description: "Building elite-level stamina and explosive movement." }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-scribbling-predictions-white-board-checking-insights-laptop-worker-assessing-finance_482257-133811.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/woman-scribbling-predictions-white-board-checking-insights-laptop-worker-assessing-finance_482257-133811.jpg?_wi=2"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
imageAlt="basketball coach strategy board"
|
imageAlt="basketball coach strategy board"
|
||||||
/>
|
/>
|
||||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Elite Ball Handling", description: "Advanced drills for control and court vision.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-skillfully-spinning-basketball-court_23-2152031771.jpg", imageAlt: "basketball shooting drills training" },
|
title: "Elite Ball Handling", description: "Advanced drills for control and court vision.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-skillfully-spinning-basketball-court_23-2152031771.jpg?_wi=2", imageAlt: "basketball shooting drills training" },
|
||||||
items: [{ icon: CheckCircle, text: "Master crossovers" }, { icon: CheckCircle, text: "Pressure handling" }],
|
items: [{ icon: CheckCircle, text: "Master crossovers" }, { icon: CheckCircle, text: "Pressure handling" }],
|
||||||
reverse: false
|
reverse: false
|
||||||
}
|
}
|
||||||
@@ -129,8 +129,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Incredible improvement in my son's game.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/looking-surprised-realizing-new-thought-idea-concept_1194-413751.jpg" },
|
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Incredible improvement in my son's game.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/looking-surprised-realizing-new-thought-idea-concept_1194-413751.jpg?_wi=2" },
|
||||||
{ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Intensive, focused, and rewarding sessions.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-african-man-play-basketball-outdoors_171337-7974.jpg" },
|
{ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Intensive, focused, and rewarding sessions.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-african-man-play-basketball-outdoors_171337-7974.jpg?_wi=2" },
|
||||||
{ id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "The best clinic in the region, highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-father-spending-time-playing-basketball_53876-71150.jpg" },
|
{ id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "The best clinic in the region, highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-father-spending-time-playing-basketball_53876-71150.jpg" },
|
||||||
{ id: "4", name: "David Kim", handle: "@davidk", testimonial: "Focus on fundamentals really paid off.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sitting-basketball-player_23-2147644460.jpg" },
|
{ id: "4", name: "David Kim", handle: "@davidk", testimonial: "Focus on fundamentals really paid off.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sitting-basketball-player_23-2147644460.jpg" },
|
||||||
{ id: "5", name: "Jessica White", handle: "@jwhite", testimonial: "A welcoming environment for serious athletes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-american-woman-holding-basketball_23-2148773333.jpg" }
|
{ id: "5", name: "Jessica White", handle: "@jwhite", testimonial: "A welcoming environment for serious athletes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-american-woman-holding-basketball_23-2148773333.jpg" }
|
||||||
|
|||||||
Reference in New Issue
Block a user