From 0815b2ba752c217ee265e46e3279e860f9c90c45 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 06:12:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95bf3f3..5425094 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,11 +87,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-female-hands-background-sideboard-with-beautiful-vintage-dishes_169016-16094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-female-hands-background-sideboard-with-beautiful-vintage-dishes_169016-16094.jpg?_wi=1", imageAlt: "Modern snack vending machine full of products", }, { - imageSrc: "http://img.b2bpic.net/free-photo/talented-artist-using-watercolor-paint-tubes-create-artwork-canvas_482257-115917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/talented-artist-using-watercolor-paint-tubes-create-artwork-canvas_482257-115917.jpg?_wi=1", imageAlt: "People using a modern vending machine in an office", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { value: "Regular Visits", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-female-hands-background-sideboard-with-beautiful-vintage-dishes_169016-16094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-female-hands-background-sideboard-with-beautiful-vintage-dishes_169016-16094.jpg?_wi=2", imageAlt: "vending machine logo modern", }, { @@ -215,7 +215,7 @@ export default function LandingPage() { value: "Quick Fixes", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/talented-artist-using-watercolor-paint-tubes-create-artwork-canvas_482257-115917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/talented-artist-using-watercolor-paint-tubes-create-artwork-canvas_482257-115917.jpg?_wi=2", imageAlt: "vending machine logo modern", }, ]} @@ -441,7 +441,7 @@ export default function LandingPage() {