From 47c1005dbf01756c0efbd4a89f1fdd8f4a51fe76 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 20:50:38 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index eb88971..290aa55 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -61,7 +61,7 @@ export default function ShopPage() { imageSrc: "https://img.b2bpic.net/free-photo/dummy-inside-shop_23-2147688306.jpg", imageAlt: "La Loupe Vintage storefront" }, { - imageSrc: "https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg", imageAlt: "Curated vintage clothing racks" + imageSrc: "https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg?_wi=1", imageAlt: "Curated vintage clothing racks" } ]} buttons={[ @@ -200,10 +200,10 @@ export default function ShopPage() { { id: 2, title: "Instant Details", description: "High-resolution photos, detailed sizing info, era tags, and condition notes help you find your perfect fit", phoneOne: { - imageSrc: "https://img.b2bpic.net/free-vector/furniture-shopping-app_23-2148671279.jpg" + imageSrc: "https://img.b2bpic.net/free-vector/furniture-shopping-app_23-2148671279.jpg?_wi=1" }, phoneTwo: { - imageSrc: "https://img.b2bpic.net/free-vector/furniture-shopping-app_23-2148671279.jpg" + imageSrc: "https://img.b2bpic.net/free-vector/furniture-shopping-app_23-2148671279.jpg?_wi=2" } }, { @@ -286,7 +286,7 @@ export default function ShopPage() { className: "w-full px-4 py-3 border border-accent/30 rounded-lg focus:outline-none focus:border-primary-cta resize-none" }} useInvertedBackground={true} - imageSrc="https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg" + imageSrc="https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg?_wi=2" imageAlt="La Loupe Vintage storefront and interior" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1