Update src/app/page.tsx

This commit is contained in:
2026-03-15 09:20:12 +00:00
parent 206daaac3a
commit 0a30ef0769

View File

@@ -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"