From da5d6e6ef7c0c7dfe8831c50b4b9fa4808b360f7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 15:29:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bb9d09..79d8a20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,11 +88,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customer-paying-with-nfc-device_23-2150690001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customer-paying-with-nfc-device_23-2150690001.jpg?_wi=1", imageAlt: "Futuristic POS sales dashboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-tablet-making-order-coffee-shop_1303-29494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-tablet-making-order-coffee-shop_1303-29494.jpg?_wi=1", imageAlt: "Multi-currency POS interface with UZS, USD, EUR, RUB", }, { @@ -287,7 +287,7 @@ export default function LandingPage() { text: "Choose Business", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customer-paying-with-nfc-device_23-2150690001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customer-paying-with-nfc-device_23-2150690001.jpg?_wi=2", imageAlt: "modern minimalist retail store interior", }, { @@ -306,7 +306,7 @@ export default function LandingPage() { text: "Contact Sales", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-tablet-making-order-coffee-shop_1303-29494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-tablet-making-order-coffee-shop_1303-29494.jpg?_wi=2", imageAlt: "modern minimalist retail store interior", }, ]} -- 2.49.1