diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5bd6c8b..962462d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -94,7 +94,7 @@ export default function LandingPage() { diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index f60a8f6..c11f2d3 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -158,7 +158,7 @@ export default function LandingPage() { diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 13010a4..b439ac1 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -136,7 +136,7 @@ export default function LandingPage() { diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 44cdf23..a05e872 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -110,7 +110,7 @@ export default function LandingPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cf5272..ecfab79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,11 +85,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005661.jpg?_wi=1", imageAlt: "Custom high-top streetwear sneaker", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8085.jpg?_wi=1", imageAlt: "Dynamic custom sneaker with neon lights", }, { @@ -267,7 +267,7 @@ export default function LandingPage() { diff --git a/src/app/product-details/page.tsx b/src/app/product-details/page.tsx index 15dfb77..bc976ba 100644 --- a/src/app/product-details/page.tsx +++ b/src/app/product-details/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { imageAlt: "Sole view of Ignite Boost High", }, ], - imageSrc: "http://img.b2bpic.net/free-psd/boutique-template-design_23-2151490782.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/boutique-template-design_23-2151490782.jpg?_wi=2", imageAlt: "detailed custom sneaker side view", }, ]} @@ -116,7 +116,7 @@ export default function LandingPage() { diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2346039..d1533ac 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -183,7 +183,7 @@ export default function LandingPage() { detail: "Tailored for your foot", }, ], - imageSrc: "http://img.b2bpic.net/free-psd/boutique-template-design_23-2151490782.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/boutique-template-design_23-2151490782.jpg?_wi=1", imageAlt: "streetwear sneaker brand logo", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { description: "Our AI analyzes current trends and your preferences to suggest personalized design elements.", bentoComponent: "reveal-icon", icon: Cog, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005661.jpg?_wi=2", imageAlt: "streetwear sneaker brand logo", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { description: "Committed to the planet, we select eco-friendly materials without compromising on quality or style.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8085.jpg?_wi=2", imageAlt: "streetwear sneaker brand logo", }, ]} @@ -210,7 +210,7 @@ export default function LandingPage() {