From 28c0038fb9399218f9f2bf8aac21a54c85747495 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:48:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0726fe..63ac62b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/closeup-person-walking-down-stairs_53876-20808.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-person-walking-down-stairs_53876-20808.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -165,7 +165,7 @@ export default function LandingPage() { name: "Cloud Runner", price: "$180", variant: "White", - imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-unisex-footwear-fashion_53876-106044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-unisex-footwear-fashion_53876-106044.jpg?_wi=1", }, { id: "2", @@ -223,7 +223,7 @@ export default function LandingPage() { title: "Rapid Fulfillment", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/pastel-cow-leather-textured-backdrop_53876-94936.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pastel-cow-leather-textured-backdrop_53876-94936.jpg?_wi=1" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> @@ -249,7 +249,7 @@ export default function LandingPage() { imageAlt: "Advanced materials", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-person-walking-down-stairs_53876-20808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-person-walking-down-stairs_53876-20808.jpg?_wi=2", imageAlt: "sneaker stitching details", }, { @@ -266,7 +266,7 @@ export default function LandingPage() { imageAlt: "Stitching quality", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/pastel-cow-leather-textured-backdrop_53876-94936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pastel-cow-leather-textured-backdrop_53876-94936.jpg?_wi=2", imageAlt: "sneaker stitching details", }, { @@ -283,7 +283,7 @@ export default function LandingPage() { imageAlt: "Sustainable tech", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-unisex-footwear-fashion_53876-106044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-unisex-footwear-fashion_53876-106044.jpg?_wi=2", imageAlt: "sneaker stitching details", }, ]} -- 2.49.1