From 06dadc7d2eceb3cbeabe1024dacddf98024c855a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:37:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c0f828..b607953 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172380.jpg" + imageSrc="http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172380.jpg?_wi=1" imageAlt="Luxurious gift shop display" mediaAnimation="slide-up" avatars={[ @@ -140,25 +140,25 @@ export default function LandingPage() { id: "1", name: "Artisanal Ceramic Vase", price: "₦15,000", - imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg?_wi=1", }, { id: "2", name: "Scented Soy Candle", price: "₦8,500", - imageSrc: "http://img.b2bpic.net/free-photo/artificial-flowers-paper-gift-bag-against-wooden-backdrop_23-2147925541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artificial-flowers-paper-gift-bag-against-wooden-backdrop_23-2147925541.jpg?_wi=1", }, { id: "3", name: "Handmade Leather Wallet", price: "₦22,000", - imageSrc: "http://img.b2bpic.net/free-photo/woman-is-wrapping-christmas-presents-blue-wooden-table_8353-6524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-is-wrapping-christmas-presents-blue-wooden-table_8353-6524.jpg?_wi=1", }, { id: "4", name: "Wooden Desk Organizer", price: "₦18,000", - imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261144.jpg?_wi=1", }, { id: "5", @@ -228,13 +228,13 @@ export default function LandingPage() { icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg?_wi=2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261144.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172380.jpg?_wi=2", imageAlt: "elegant gift store display warm lighting", }, { @@ -243,13 +243,13 @@ export default function LandingPage() { icon: ShieldCheck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-is-wrapping-christmas-presents-blue-wooden-table_8353-6524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-is-wrapping-christmas-presents-blue-wooden-table_8353-6524.jpg?_wi=2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/artificial-flowers-paper-gift-bag-against-wooden-backdrop_23-2147925541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artificial-flowers-paper-gift-bag-against-wooden-backdrop_23-2147925541.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg?_wi=3", imageAlt: "handmade ceramic gift artisanal", }, ]}