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() {