From 156e01cc89a5c5be675c59a56711ba1e65102e39 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:28:36 +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 d2bc998..763f1f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@alex", testimonial: "Лучшая северокорейская кухня в городе!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empty-black-espresso-coffee-cup-black-table-top-view-copy-space-minimalist-breakfast-idea-black-sunshine-coffee-steam_166373-2298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-black-espresso-coffee-cup-black-table-top-view-copy-space-minimalist-breakfast-idea-black-sunshine-coffee-steam_166373-2298.jpg?_wi=1", imageAlt: "authentic korean restaurant interior", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@marina", testimonial: "Атмосферно и очень вкусно.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2458.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2458.jpg?_wi=1", imageAlt: "authentic korean restaurant interior", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@dimitry", testimonial: "Большие порции, отличное место.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529754.jpg?_wi=1", imageAlt: "authentic korean restaurant interior", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@elena", testimonial: "Очень колоритное и уютное место.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/spicy-korean-tteokbokki-dish-black-bowl_84443-85659.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spicy-korean-tteokbokki-dish-black-bowl_84443-85659.jpg?_wi=1", imageAlt: "authentic korean restaurant interior", }, { @@ -100,7 +100,7 @@ export default function LandingPage() { handle: "@sergey", testimonial: "Обязательно попробуйте лапшу, это шедевр.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sea-food-table_140725-7440.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sea-food-table_140725-7440.jpg?_wi=1", imageAlt: "authentic korean restaurant interior", }, ]} @@ -110,7 +110,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-black-espresso-coffee-cup-black-table-top-view-copy-space-minimalist-breakfast-idea-black-sunshine-coffee-steam_166373-2298.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-black-espresso-coffee-cup-black-table-top-view-copy-space-minimalist-breakfast-idea-black-sunshine-coffee-steam_166373-2298.jpg?_wi=2" imageAlt="Restaurant ambiance" avatars={[ { @@ -167,7 +167,7 @@ export default function LandingPage() { description="Мы привносим дух Пхеньяна в Москву, сохраняя верность традициям приготовления и гостеприимства." subdescription="Наш ресторан предлагает уникальный опыт, где каждая деталь — от рецепта до интерьера — погружает вас в атмосферу северокорейской культуры." icon={Utensils} - imageSrc="http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2458.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2458.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -184,21 +184,21 @@ export default function LandingPage() { name: "Холодная лапша", price: "750 ₽", variant: "Традиционный", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529754.jpg?_wi=2", }, { id: "2", name: "Кимчи", price: "300 ₽", variant: "Острое", - imageSrc: "http://img.b2bpic.net/free-photo/spicy-korean-tteokbokki-dish-black-bowl_84443-85659.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spicy-korean-tteokbokki-dish-black-bowl_84443-85659.jpg?_wi=2", }, { id: "3", name: "Морепродукты", price: "1200 ₽", variant: "Гурман", - imageSrc: "http://img.b2bpic.net/free-photo/sea-food-table_140725-7440.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sea-food-table_140725-7440.jpg?_wi=2", }, { id: "4", -- 2.49.1