From 172711f644bc452f90b71724b164a7c2ad1ce097 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 17:24:22 +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 0a11f27..9208c5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/wedding-table-arrangement-with-flowers-top-view_23-2149436415.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wedding-table-arrangement-with-flowers-top-view_23-2149436415.jpg?_wi=1" showDimOverlay={true} avatars={[ { @@ -104,7 +104,7 @@ export default function LandingPage() { title="Смак, що збирає своїх" description="«Паго» — це більше, ніж просто заклад. Це місце, де збираються друзі, щоб відпочити, смачно поїсти та провести час у теплій атмосфери." subdescription="Ми поєднали домашню кухню, страви з мангалу, доступні ціни та щире обслуговування." - imageSrc="http://img.b2bpic.net/free-photo/plate-with-grilled-meat-raw-vegetables_23-2148167603.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plate-with-grilled-meat-raw-vegetables_23-2148167603.jpg?_wi=1" mediaAnimation="slide-up" icon={Heart} /> @@ -121,21 +121,21 @@ export default function LandingPage() { id: "1", name: "Деруни в горщику", price: "145 грн", - imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-pancakes-with-herring_2829-13915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-pancakes-with-herring_2829-13915.jpg?_wi=1", imageAlt: "Деруни в горщику", }, { id: "2", name: "Шашлик зі свинини", price: "210 грн", - imageSrc: "http://img.b2bpic.net/free-photo/bbq-grill-cooked-with-hot-spicy-sichuan-pepper-sauce-is-chinese-herb_1150-13497.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bbq-grill-cooked-with-hot-spicy-sichuan-pepper-sauce-is-chinese-herb_1150-13497.jpg?_wi=1", imageAlt: "Шашлик зі свинини", }, { id: "3", name: "Борщ домашній", price: "95 грн", - imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-traditional-dushbere-with-vinegar_140725-4117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-traditional-dushbere-with-vinegar_140725-4117.jpg?_wi=1", imageAlt: "Борщ домашній", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { name: "Олена", handle: "Гостя", testimonial: "Деруни — просто неймовірні! Дуже затишно.", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-arrangement-with-flowers-top-view_23-2149436415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-arrangement-with-flowers-top-view_23-2149436415.jpg?_wi=2", imageAlt: "cozy restaurant interior warm lighting", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { name: "Олександр", handle: "Гість", testimonial: "Дешево, смачно і дуже душевно. Рекомендую!", - imageSrc: "http://img.b2bpic.net/free-photo/plate-with-grilled-meat-raw-vegetables_23-2148167603.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-with-grilled-meat-raw-vegetables_23-2148167603.jpg?_wi=2", imageAlt: "delicious home cooked meal plate", }, { @@ -216,7 +216,7 @@ export default function LandingPage() { name: "Марина", handle: "Гостя", testimonial: "Персонал уважний, подають швидко.", - imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-pancakes-with-herring_2829-13915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-pancakes-with-herring_2829-13915.jpg?_wi=2", imageAlt: "hot potato pancakes in clay pot", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { name: "Андрій", handle: "Гість", testimonial: "Класне місце для компанії друзів.", - imageSrc: "http://img.b2bpic.net/free-photo/bbq-grill-cooked-with-hot-spicy-sichuan-pepper-sauce-is-chinese-herb_1150-13497.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bbq-grill-cooked-with-hot-spicy-sichuan-pepper-sauce-is-chinese-herb_1150-13497.jpg?_wi=2", imageAlt: "juicy pork meat skewers grill", }, { @@ -232,7 +232,7 @@ export default function LandingPage() { name: "Ірина", handle: "Гостя", testimonial: "Смачно як вдома, обов'язково повернусь.", - imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-traditional-dushbere-with-vinegar_140725-4117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-traditional-dushbere-with-vinegar_140725-4117.jpg?_wi=2", imageAlt: "traditional homemade soup bowl", }, ]} -- 2.49.1