diff --git a/src/app/page.tsx b/src/app/page.tsx index ff1e639..65b47b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,11 +59,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=1", imageAlt: "professional branded apparel clothing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448729.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448729.jpg?_wi=1", imageAlt: "custom printed cotton t-shirt", }, { @@ -165,7 +165,7 @@ export default function LandingPage() { title: "Fast Turnaround", subtitle: "Quick delivery", description: "Your brand deserves to be seen without delay.", - imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=2", imageAlt: "modern adjustable branded cap", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { title: "Expert Design", subtitle: "Pro support", description: "Our design team helps bring your ideas to life.", - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448729.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448729.jpg?_wi=2", imageAlt: "modern adjustable branded cap", }, ]}