From 43702249942bf2088eae4b6ae711feb60d65fdbe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 04:52:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99bb31f..7f6527b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { href: "#catalog", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-walking-down-stairs_53876-101877.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-walking-down-stairs_53876-101877.jpg?_wi=1" imageAlt="Hero sneaker display" /> @@ -144,15 +144,15 @@ export default function LandingPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/pink-colored-honeycomb-pattern-wallpaper_53876-100055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pink-colored-honeycomb-pattern-wallpaper_53876-100055.jpg?_wi=1", imageAlt: "Cushioning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pink-colored-honeycomb-pattern-wallpaper_53876-100055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pink-colored-honeycomb-pattern-wallpaper_53876-100055.jpg?_wi=2", imageAlt: "Cushioning details", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-down-stairs_53876-101877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-down-stairs_53876-101877.jpg?_wi=2", imageAlt: "modern luxury sneaker photography", }, { @@ -161,15 +161,15 @@ export default function LandingPage() { icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg?_wi=1", imageAlt: "Materials", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg?_wi=2", imageAlt: "Materials detail", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/pink-colored-honeycomb-pattern-wallpaper_53876-100055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pink-colored-honeycomb-pattern-wallpaper_53876-100055.jpg?_wi=3", imageAlt: "ergonomic shoe technology diagram", }, { @@ -178,15 +178,15 @@ export default function LandingPage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-multi-colored-abstract-sports-shoe-generated-by-ai_188544-19599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-multi-colored-abstract-sports-shoe-generated-by-ai_188544-19599.jpg?_wi=1", imageAlt: "Weight", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-multi-colored-abstract-sports-shoe-generated-by-ai_188544-19599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-multi-colored-abstract-sports-shoe-generated-by-ai_188544-19599.jpg?_wi=2", imageAlt: "Design", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg?_wi=3", imageAlt: "durable outdoor shoe material", }, ]} -- 2.49.1