From fdddfc808a3971ffb882f4034a4291f00abeff9b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:26:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 510d5b3..4c260b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { { id: "1", title: "Fundamentals Mastery", description: "Build a strong foundation with proper footwork, shooting mechanics, ball handling, and defensive positioning. Perfect for young players or those new to basketball.", reverse: false, media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-basketball-player-shoot_53876-30148.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-basketball-player-shoot_53876-30148.jpg?_wi=1" }, items: [ { icon: CheckCircle, text: "Shooting form correction" }, @@ -87,7 +87,7 @@ export default function LandingPage() { { id: "2", title: "Advanced Performance Training", description: "Elevate your game with advanced techniques, game strategy analysis, conditioning for competitive play, and mental performance coaching.", reverse: true, media: { - imageSrc: "http://img.b2bpic.net/free-photo/tall-man-taking-break-from-basketball_23-2149181899.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/tall-man-taking-break-from-basketball_23-2149181899.jpg?_wi=1" }, items: [ { icon: CheckCircle, text: "3-point range expansion" }, @@ -108,19 +108,19 @@ export default function LandingPage() { description="Choose the package that works best for your training goals and schedule. All packages include personalized assessments and technique refinement." plans={[ { - id: "single", title: "Single Session", price: "$75", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/young-basketball-player-shoot_53876-30148.jpg", features: [ + id: "single", title: "Single Session", price: "$75", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/young-basketball-player-shoot_53876-30148.jpg?_wi=2", features: [ "60-minute personalized session", "Skills assessment", "Customized drills", "Training recommendations" ], button: { text: "Book Session", href: "#contact" } }, { - id: "monthly", title: "Monthly Plan", price: "$280", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/tall-man-taking-break-from-basketball_23-2149181899.jpg", features: [ + id: "monthly", title: "Monthly Plan", price: "$280", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/tall-man-taking-break-from-basketball_23-2149181899.jpg?_wi=2", features: [ "4 sessions per month", "Comprehensive training plan", "Progress tracking", "Video analysis", "Priority booking" ], button: { text: "Get Started", href: "#contact" } }, { - id: "intensive", title: "Intensive Program", price: "$600", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/young-basketball-player-shoot_53876-30148.jpg", features: [ + id: "intensive", title: "Intensive Program", price: "$600", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/young-basketball-player-shoot_53876-30148.jpg?_wi=3", features: [ "8 sessions per month", "Advanced technique refinement", "Game strategy coaching", "Weekly video reviews", "Nutrition & fitness guidance", "24/7 support" ], button: { text: "Transform Your Game", href: "#contact" } @@ -179,7 +179,7 @@ export default function LandingPage() { id: "6", title: "How do I book a session?", content: "Simply click the 'Book a Session' button and fill out the booking form. Include your preferred dates, times, and experience level. I'll confirm availability and send you session details. For first-time clients, I typically schedule a 15-minute consultation to understand your goals before your first paid session." } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-basketball-player-shoot_53876-30148.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-basketball-player-shoot_53876-30148.jpg?_wi=4" imageAlt="Basketball training in action" textboxLayout="default" useInvertedBackground={false} -- 2.49.1