From da82832de04ab763a57c0e15a4aa121d0c8eb032 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:32:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fca20e..ac67a7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { imageAlt: "Cozy private restaurant cabin", }, { - imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg?_wi=1", imageAlt: "Grilled trout dish", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { imageAlt: "Festive interior atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg?_wi=1", imageAlt: "Lamb neck with quail", }, { @@ -112,37 +112,37 @@ export default function LandingPage() { id: "p1", name: "Lamb Neck Kazan-Kabob", price: "Specialty", - imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg?_wi=2", }, { id: "p2", name: "Grilled Trout", price: "Fresh Catch", - imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg?_wi=2", }, { id: "p3", name: "Sazan Fish Delicacy", price: "Chef's Selection", - imageSrc: "http://img.b2bpic.net/free-photo/seafood-white-prepared-steak-background_1203-4345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seafood-white-prepared-steak-background_1203-4345.jpg?_wi=1", }, { id: "p4", name: "Traditional Plov", price: "Community Favorite", - imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg?_wi=3", }, { id: "p5", name: "Uzbek Shish-Kebab", price: "Classic Grill", - imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg?_wi=3", }, { id: "p6", name: "Asian Fusion Salad", price: "Fresh & Healthy", - imageSrc: "http://img.b2bpic.net/free-photo/seafood-white-prepared-steak-background_1203-4345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seafood-white-prepared-steak-background_1203-4345.jpg?_wi=2", }, ]} title="Signature Dishes" -- 2.49.1