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", }, ]}