diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8ab113e..c9baad3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -75,7 +75,7 @@ export default function AboutPage() { tag="About Us" tagIcon={Heart} buttons={[{ text: "Learn More", href: "/shop" }]} - imageSrc="http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=3" imageAlt="Streetwear collection artistic presentation" useInvertedBackground={true} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 13c9522..f6dad3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ export default function HomePage() { price: "R599", rating: 5, reviewCount: "142", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=1", imageAlt: "Oversized baggy jeans with artistic prints", }, { @@ -126,7 +126,7 @@ export default function HomePage() { price: "R299", rating: 5, reviewCount: "176", - imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=1", imageAlt: "Artistic print t-shirt classic cut", }, ]} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 48e6c3c..c6900f8 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -86,7 +86,7 @@ export default function ShopPage() { price: "R599", rating: 5, reviewCount: "142", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=2", imageAlt: "Baggy jeans with fingerprint graphic print", }, { @@ -106,7 +106,7 @@ export default function ShopPage() { price: "R299", rating: 5, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=2", imageAlt: "Oversized graphic t-shirt with artistic print", }, { @@ -116,7 +116,7 @@ export default function ShopPage() { price: "R299", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=3", imageAlt: "Black t-shirt with bold artistic graphic", }, ]}