From 943dcaf3f3efb3c3b6a5e68eb1cc5cd084b86159 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:36:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index addd520..eacea8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,35 +84,35 @@ export default function LandingPage() { name: "Premium Gadget", price: "$89.00", variant: "Silver", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-tablet-stylus-earbuds_58702-17251.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-tablet-stylus-earbuds_58702-17251.jpg?_wi=1", }, { id: "2", name: "Modern Accessory", price: "$45.00", variant: "Matte Black", - imageSrc: "http://img.b2bpic.net/free-photo/supermarket-trolleys-black-friday-gifts_23-2148663148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/supermarket-trolleys-black-friday-gifts_23-2148663148.jpg?_wi=1", }, { id: "3", name: "Desk Essential", price: "$120.00", variant: "Wood Finish", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915902.jpg?_wi=1", }, { id: "4", name: "Minimalist Pack", price: "$65.00", variant: "Grey", - imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230664.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230664.jpg?_wi=1", }, { id: "5", name: "Daily Utility", price: "$30.00", variant: "Blue", - imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-worker-helping-woman-choose-from-stylish-selection-clothes_482257-109184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-worker-helping-woman-choose-from-stylish-selection-clothes_482257-109184.jpg?_wi=1", }, { id: "6", @@ -204,27 +204,27 @@ export default function LandingPage() { { title: "Fast Shipping", description: "Get your items in 2-3 business days.", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-tablet-stylus-earbuds_58702-17251.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-tablet-stylus-earbuds_58702-17251.jpg?_wi=2", }, { title: "Secure Payments", description: "We ensure your data is always safe.", - imageSrc: "http://img.b2bpic.net/free-photo/supermarket-trolleys-black-friday-gifts_23-2148663148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/supermarket-trolleys-black-friday-gifts_23-2148663148.jpg?_wi=2", }, { title: "Quality Assured", description: "Top tier materials for long-lasting use.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915902.jpg?_wi=2", }, { title: "24/7 Support", description: "Our team is here to help you anytime.", - imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230664.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230664.jpg?_wi=2", }, { title: "Easy Returns", description: "No hassle returns within 30 days.", - imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-worker-helping-woman-choose-from-stylish-selection-clothes_482257-109184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-worker-helping-woman-choose-from-stylish-selection-clothes_482257-109184.jpg?_wi=2", }, ]} /> -- 2.49.1