diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b3015b..ba0a73f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,21 +81,21 @@ export default function LandingPage() { features={[ { title: "Highlight Management", description: "Upload and edit your best match moments instantly.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/male-sportsperson-sitting-race-track-showing-mobile-phone-screen_23-2148162104.jpg", imageAlt: "Video editor"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-sportsperson-sitting-race-track-showing-mobile-phone-screen_23-2148162104.jpg?_wi=1", imageAlt: "Video editor"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/male-sportsperson-sitting-race-track-showing-mobile-phone-screen_23-2148162104.jpg", imageAlt: "Profile view"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-sportsperson-sitting-race-track-showing-mobile-phone-screen_23-2148162104.jpg?_wi=2", imageAlt: "Profile view"}, }, { title: "AI Stat Tracking", description: "Automated tagging for soccer, badminton, and more.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/male-sportsperson-sitting-race-track-showing-mobile-phone-screen_23-2148162104.jpg", imageAlt: "AI stats"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-sportsperson-sitting-race-track-showing-mobile-phone-screen_23-2148162104.jpg?_wi=3", imageAlt: "AI stats"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/male-sportsperson-sitting-race-track-showing-mobile-phone-screen_23-2148162104.jpg", imageAlt: "Performance graph"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-sportsperson-sitting-race-track-showing-mobile-phone-screen_23-2148162104.jpg?_wi=4", imageAlt: "Performance graph"}, }, { title: "Coach Visibility", description: "Direct access to top Thai scouts and universities.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/male-sportsperson-sitting-race-track-showing-mobile-phone-screen_23-2148162104.jpg", imageAlt: "Coach dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-sportsperson-sitting-race-track-showing-mobile-phone-screen_23-2148162104.jpg?_wi=5", imageAlt: "Coach dashboard"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/male-sportsperson-sitting-race-track-showing-mobile-phone-screen_23-2148162104.jpg", imageAlt: "Scouting inbox"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-sportsperson-sitting-race-track-showing-mobile-phone-screen_23-2148162104.jpg?_wi=6", imageAlt: "Scouting inbox"}, }, ]} showStepNumbers={true}