From 0a30ef0769dbee034b444ae3daaa4d1c0c1c4e7e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:20:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf494f1..21542fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { id: "caesar", name: "Цезар з курицею", price: "180 грн", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-tomato-lettuce-served-with-wine_140725-1503.jpg", imageAlt: "Салат Цезар" }, { - id: "borscht", name: "Традиційна борщ", price: "95 грн", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tomato-cream-soup-flat-lay_23-2148486563.jpg", imageAlt: "Борщ українська" + id: "borscht", name: "Традиційна борщ", price: "95 грн", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tomato-cream-soup-flat-lay_23-2148486563.jpg?_wi=1", imageAlt: "Борщ українська" }, { id: "dumplings", name: "Вареники з сиром", price: "140 грн", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-meat-dumplings-with-different-ingredients-dark-background-vegetable-dish-meal-color-dough-dinner-cooking-bake-cuisine_140725-156846.jpg", imageAlt: "Вареники з сиром" @@ -109,7 +109,7 @@ export default function LandingPage() { id: "dessert", name: "Тирамісу", price: "110 грн", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168810.jpg", imageAlt: "Десерт Тирамісу" }, { - id: "solanka", name: "Солянка м'ясна", price: "130 грн", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tomato-cream-soup-flat-lay_23-2148486563.jpg", imageAlt: "Солянка" + id: "solanka", name: "Солянка м'ясна", price: "130 грн", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tomato-cream-soup-flat-lay_23-2148486563.jpg?_wi=2", imageAlt: "Солянка" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1