From a79dfc73615a74f2711c8049384a2e3bb1b05f5b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:01:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e68b24f..04a7a13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/cyber-monday-message-with-cart_23-2148292110.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cyber-monday-message-with-cart_23-2148292110.jpg?_wi=1" imageAlt="Hero shopping collection" /> @@ -80,7 +80,7 @@ export default function LandingPage() { price: "$199", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-music-production-set-midi-mixer-control-tablet-laptop-black-dj-headphones-with-leather-earpad_346278-205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-music-production-set-midi-mixer-control-tablet-laptop-black-dj-headphones-with-leather-earpad_346278-205.jpg?_wi=1", }, { id: "2", @@ -89,7 +89,7 @@ export default function LandingPage() { price: "$299", rating: 4, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/grand-parent-learning-use-digital-divice_23-2149214594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grand-parent-learning-use-digital-divice_23-2149214594.jpg?_wi=1", }, { id: "3", @@ -145,15 +145,15 @@ export default function LandingPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-confident-male-delivery-person-wearing-hat-sitting-scooter-holding-order-making-ok-gesture_179666-40992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-confident-male-delivery-person-wearing-hat-sitting-scooter-holding-order-making-ok-gesture_179666-40992.jpg?_wi=1", imageAlt: "Fast Delivery", }, { - imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-confident-male-delivery-person-wearing-hat-sitting-scooter-holding-order-making-ok-gesture_179666-40992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-body-shot-confident-male-delivery-person-wearing-hat-sitting-scooter-holding-order-making-ok-gesture_179666-40992.jpg?_wi=2", imageAlt: "Fast Delivery", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-message-with-cart_23-2148292110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-message-with-cart_23-2148292110.jpg?_wi=2", imageAlt: "online shopping cart concept", }, { @@ -162,15 +162,15 @@ export default function LandingPage() { icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/secure-mobile-payment-with-phone-cards-pos_107791-17380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/secure-mobile-payment-with-phone-cards-pos_107791-17380.jpg?_wi=1", imageAlt: "Secure Payments", }, { - imageSrc: "http://img.b2bpic.net/free-photo/secure-mobile-payment-with-phone-cards-pos_107791-17380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/secure-mobile-payment-with-phone-cards-pos_107791-17380.jpg?_wi=2", imageAlt: "Secure Payments", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-music-production-set-midi-mixer-control-tablet-laptop-black-dj-headphones-with-leather-earpad_346278-205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-music-production-set-midi-mixer-control-tablet-laptop-black-dj-headphones-with-leather-earpad_346278-205.jpg?_wi=2", imageAlt: "wireless headphones studio product", }, { @@ -179,15 +179,15 @@ export default function LandingPage() { icon: Headphones, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/24-hours-7-days-service-availability-concept-background_1017-54475.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/24-hours-7-days-service-availability-concept-background_1017-54475.jpg?_wi=1", imageAlt: "24/7 Support", }, { - imageSrc: "http://img.b2bpic.net/free-vector/24-hours-7-days-service-availability-concept-background_1017-54475.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/24-hours-7-days-service-availability-concept-background_1017-54475.jpg?_wi=2", imageAlt: "24/7 Support", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/grand-parent-learning-use-digital-divice_23-2149214594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grand-parent-learning-use-digital-divice_23-2149214594.jpg?_wi=2", imageAlt: "smartwatch studio product shot", }, ]} -- 2.49.1