From e834dd20dfd2e5426f2e98ffb00bf321a2bc4d34 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:18:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d35cf19..ef4fe0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,7 +132,7 @@ export default function LandingPage() { id: "mystery-box-product", name: "Mystery Box d'Élégance", price: "€120", - imageSrc: "http://img.b2bpic.net/free-photo/big-gift-boxes-with-spangles-table_23-2147988519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-gift-boxes-with-spangles-table_23-2147988519.jpg?_wi=1", imageAlt: "Luxury mystery box opening with gold ribbon", }, ]} @@ -152,7 +152,7 @@ export default function LandingPage() { id: "mystery-box-product", name: "Mystery Box d'Élégance", price: "€120", - imageSrc: "http://img.b2bpic.net/free-photo/big-gift-boxes-with-spangles-table_23-2147988519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-gift-boxes-with-spangles-table_23-2147988519.jpg?_wi=2", imageAlt: "Luxury mystery box opening with gold ribbon", }, ]} @@ -172,7 +172,7 @@ export default function LandingPage() { id: "mystery-box-product", name: "Mystery Box d'Élégance", price: "€120", - imageSrc: "http://img.b2bpic.net/free-photo/big-gift-boxes-with-spangles-table_23-2147988519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-gift-boxes-with-spangles-table_23-2147988519.jpg?_wi=3", imageAlt: "Luxury mystery box opening with gold ribbon", }, ]} @@ -192,7 +192,7 @@ export default function LandingPage() { id: "mystery-box-product", name: "Mystery Box d'Élégance", price: "€120", - imageSrc: "http://img.b2bpic.net/free-photo/big-gift-boxes-with-spangles-table_23-2147988519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-gift-boxes-with-spangles-table_23-2147988519.jpg?_wi=4", imageAlt: "Luxury mystery box opening with gold ribbon", }, ]} @@ -212,7 +212,7 @@ export default function LandingPage() { id: "mystery-box-product", name: "Mystery Box d'Élégance", price: "€120", - imageSrc: "http://img.b2bpic.net/free-photo/big-gift-boxes-with-spangles-table_23-2147988519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-gift-boxes-with-spangles-table_23-2147988519.jpg?_wi=5", imageAlt: "Luxury mystery box opening with gold ribbon", }, ]} -- 2.49.1