From 211cfa47eebc2435990dbb6a53cb86fd2a08f154 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 14:56:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85c3eda..742a1c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=1", imageAlt: "gourmet restaurant interior elegant", }, { - imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg?_wi=1", imageAlt: "shashlik barbecue restaurant table", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg?_wi=1", imageAlt: "luxury restaurant terrace view", }, { @@ -123,21 +123,21 @@ export default function LandingPage() { title: "Шашлык на углях", description: "Нежное мясо, приготовленное на настоящих березовых углях.", buttonIcon: "ArrowRight", - imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=2", imageAlt: "abstract blur in coffee shop", }, { title: "Кебаб со спаржей", description: "Авторская подача кебаба с хрустящей спаржей.", buttonIcon: "ArrowRight", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg?_wi=2", imageAlt: "abstract blur in coffee shop", }, { title: "Авторские коктейли", description: "Изысканные напитки, дополняющие ваш ужин.", buttonIcon: "ArrowRight", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg?_wi=2", imageAlt: "abstract blur in coffee shop", }, ]} -- 2.49.1