diff --git a/src/app/page.tsx b/src/app/page.tsx index 54aaf46..f234499 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { { title: "Precision Details", description: "Hand-finished components and custom hardware for the discerning collector.", icon: Star, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/spiky-close-up-ferromagnetic-metal_23-2148253599.jpg" }, ], }, @@ -108,7 +108,7 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} products={[ - { id: "p1", name: "Phantom Oversized Hoodie", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg" }, + { id: "p1", name: "Phantom Oversized Hoodie", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg?_wi=2" }, { id: "p2", name: "Chrome Tech-Hoodie", price: "$520", imageSrc: "http://img.b2bpic.net/free-photo/portrait-entrepreneur-working-from-home_23-2148475547.jpg" }, { id: "p3", name: "Midnight Minimal Hoodie", price: "$390", imageSrc: "http://img.b2bpic.net/free-photo/person-with-closed-eyes-lights-against-dark-background_181624-32743.jpg" }, { id: "p4", name: "Brutalist Gray Hoodie", price: "$480", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-hoodie_23-2149359881.jpg" },