From f7ba07865723c2d06933339104411e36a58c43c1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:09:15 +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 984bd02..963365f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,7 +131,7 @@ export default function LandingPage() { title: "Closing Time", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=1" imageAlt="Bar Interior" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -149,7 +149,7 @@ export default function LandingPage() { id: "p1", name: "Mojito", price: "300 MKD", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg?_wi=1", }, { id: "p2", @@ -298,7 +298,7 @@ export default function LandingPage() { quote: "Best bar in Kumanovo.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-mixed-race-dark-skinned-male-with-stubble-wears-hood_273609-8600.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=2", imageAlt: "person face portrait", }, { @@ -309,7 +309,7 @@ export default function LandingPage() { quote: "Top notch selection.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cool-young-black-man-with-curly-hair-has-cheerful-expression_273609-8605.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg?_wi=2", imageAlt: "person face portrait", }, ]} -- 2.49.1