diff --git a/src/app/page.tsx b/src/app/page.tsx index 94a5c22..3b29cd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { }} title="TENNIS STREETWEAR" description="Premium text-based designs for the modern court player." - imageSrc="http://img.b2bpic.net/free-photo/close-up-tennis-player-legs-racket_23-2148290302.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-tennis-player-legs-racket_23-2148290302.jpg?_wi=1" imageAlt="Tennis street fashion style" buttons={[ { @@ -75,28 +75,28 @@ export default function LandingPage() { name: "MATCH MODE - White", price: "19,99 €", variant: "Text-Only", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-look-camera-city-with-laptop_197531-33728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-look-camera-city-with-laptop_197531-33728.jpg?_wi=1", }, { id: "p2", name: "ONE MORE SET - Black", price: "19,99 €", variant: "Text-Only", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830369.jpg?_wi=1", }, { id: "p3", name: "BREAK POINT CLUB - White", price: "19,99 €", variant: "Text-Only", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-look-camera-city-with-laptop_197531-33728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-look-camera-city-with-laptop_197531-33728.jpg?_wi=2", }, { id: "p4", name: "GAME SET MATCH - Black", price: "19,99 €", variant: "Text-Only", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830369.jpg?_wi=2", }, ]} title="COLLECTION" @@ -109,7 +109,7 @@ export default function LandingPage() { useInvertedBackground={false} title="BEYOND THE COURT" description="We believe in the power of simplicity. Modern tennis culture is about focus, intensity, and clean lines. Our shirts reflect the mindset of the game." - imageSrc="http://img.b2bpic.net/free-photo/side-view-female-tennis-player-serving_23-2147661769.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-female-tennis-player-serving_23-2147661769.jpg?_wi=1" imageAlt="Minimalist streetwear philosophy" /> @@ -158,7 +158,7 @@ export default function LandingPage() { role: "Club Player", company: "Berlin", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tennis-player-legs-racket_23-2148290302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tennis-player-legs-racket_23-2148290302.jpg?_wi=2", imageAlt: "modern minimalist tennis court wide shot", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { role: "Tennis Coach", company: "London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-look-camera-city-with-laptop_197531-33728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-look-camera-city-with-laptop_197531-33728.jpg?_wi=3", imageAlt: "minimalist white t-shirt mockup plain", }, { @@ -176,7 +176,7 @@ export default function LandingPage() { role: "Amateur", company: "Paris", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830369.jpg?_wi=3", imageAlt: "minimalist black t-shirt mockup plain", }, { @@ -185,7 +185,7 @@ export default function LandingPage() { role: "Fan", company: "New York", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-tennis-player-serving_23-2147661769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-tennis-player-serving_23-2147661769.jpg?_wi=2", imageAlt: "modern tennis fashion lifestyle photography", }, ]} @@ -194,7 +194,7 @@ export default function LandingPage() {