From 3de442d38b55722809419060fe4951b41d933ac0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 14:56:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 200901f..10797c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,27 +69,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-plov-rice-with-different-raisins-inside-plate-dark-surface_140725-90301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-plov-rice-with-different-raisins-inside-plate-dark-surface_140725-90301.jpg?_wi=1", imageAlt: "Authentic plov", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/woman-spreading-butter-bread-traditional-breakfast-setup_140725-10830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-spreading-butter-bread-traditional-breakfast-setup_140725-10830.jpg?_wi=1", imageAlt: "Grilled shashlik", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-furnace-table_140725-7302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-furnace-table_140725-7302.jpg?_wi=1", imageAlt: "Traditional nan", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg?_wi=1", imageAlt: "Restaurant ambiance", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-skewers-wooden-board-dark-table_140725-147320.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-skewers-wooden-board-dark-table_140725-147320.jpg?_wi=1", imageAlt: "Festive table", }, { @@ -260,7 +260,7 @@ export default function LandingPage() { quote: "The plov was incredible. Very authentic.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663840.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-plov-rice-with-different-raisins-inside-plate-dark-surface_140725-90301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-plov-rice-with-different-raisins-inside-plate-dark-surface_140725-90301.jpg?_wi=2", imageAlt: "happy diner restaurant interior", }, { @@ -271,7 +271,7 @@ export default function LandingPage() { quote: "Hospitality at its finest.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/man-taking-photos-senior-friend_23-2149356892.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-spreading-butter-bread-traditional-breakfast-setup_140725-10830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-spreading-butter-bread-traditional-breakfast-setup_140725-10830.jpg?_wi=2", imageAlt: "happy diner restaurant interior", }, { @@ -282,7 +282,7 @@ export default function LandingPage() { quote: "The best lamb shashlik in Dushanbe.", tag: "Tourist", avatarSrc: "http://img.b2bpic.net/free-photo/man-having-breakfast-cuts-kyukyu_141793-434.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-furnace-table_140725-7302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-furnace-table_140725-7302.jpg?_wi=2", imageAlt: "happy diner restaurant interior", }, { @@ -293,7 +293,7 @@ export default function LandingPage() { quote: "Great atmosphere for a family meal.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/coworkers-have-tea-with-dried-fruits-nuts-sweets-jams-baklava-cookies_140725-8976.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg?_wi=2", imageAlt: "happy diner restaurant interior", }, { @@ -304,7 +304,7 @@ export default function LandingPage() { quote: "A true taste of Tajikistan.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663837.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-skewers-wooden-board-dark-table_140725-147320.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-skewers-wooden-board-dark-table_140725-147320.jpg?_wi=2", imageAlt: "happy diner restaurant interior", }, ]} -- 2.49.1