From 8ccd377c28e29f3092d4744801c39ed74f4dbf54 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:38:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbddb01..92e48c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,13 +100,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Artisanal Ceramic Vase", price: "₦15,000", imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg"}, + id: "1", name: "Artisanal Ceramic Vase", price: "₦15,000", 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"}, + 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?_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"}, + 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?_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"}, + 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?_wi=1"}, { id: "5", name: "Gourmet Gift Basket", price: "₦35,000", imageSrc: "http://img.b2bpic.net/free-photo/still-life-vase-with-artificial-flowers-living-room_169016-5189.jpg"}, { @@ -150,18 +150,18 @@ export default function LandingPage() { title: "Local Artistry", description: "We source products directly from talented local artisans in Lagos.", 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"}, ], }, { title: "Quality Assured", description: "Every item undergoes a rigorous quality check for the perfect gift experience.", 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"}, ], }, ]} -- 2.49.1