From 4e92ca4e2bd714564365b11c7114299691ed961c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:23:38 +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 c34ca2c..bfe0a91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,23 +78,23 @@ export default function LandingPage() { { id: 1, title: "Свежая обжарка", description: "Используем только зерна свежей обжарки. Каждую партию обжариваем с учетом всех параметров качества.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-barista-frothing-milk_23-2148523084.jpg", imageAlt: "espresso machine coffee preparation professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-barista-frothing-milk_23-2148523084.jpg?_wi=1", imageAlt: "espresso machine coffee preparation professional"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/pastries-croissants-table-near-cup-coffee-notebook_171337-14171.jpg", imageAlt: "fresh pastries bakery display cafe"}, + imageSrc: "http://img.b2bpic.net/free-photo/pastries-croissants-table-near-cup-coffee-notebook_171337-14171.jpg?_wi=1", imageAlt: "fresh pastries bakery display cafe"}, }, { id: 2, title: "Европейские бариста", description: "Наши специалисты имеют дипломы европейского образца. Каждый знает искусство приготовления идеального эспрессо.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-having-coffee-indoors_23-2148422341.jpg", imageAlt: "modern cafe interior cozy seating"}, + imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-having-coffee-indoors_23-2148422341.jpg?_wi=1", imageAlt: "modern cafe interior cozy seating"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-barista-frothing-milk_23-2148523084.jpg", imageAlt: "espresso machine coffee preparation professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-barista-frothing-milk_23-2148523084.jpg?_wi=2", imageAlt: "espresso machine coffee preparation professional"}, }, { id: 3, title: "Уютная атмосфера", description: "Современный дизайн, комфортные места для работы и общения. Идеальное место для встреч и творчества.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-having-coffee-indoors_23-2148422341.jpg", imageAlt: "modern cafe interior cozy seating"}, + imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-having-coffee-indoors_23-2148422341.jpg?_wi=2", imageAlt: "modern cafe interior cozy seating"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/pastries-croissants-table-near-cup-coffee-notebook_171337-14171.jpg", imageAlt: "fresh pastries bakery display cafe"}, + imageSrc: "http://img.b2bpic.net/free-photo/pastries-croissants-table-near-cup-coffee-notebook_171337-14171.jpg?_wi=2", imageAlt: "fresh pastries bakery display cafe"}, }, ]} showStepNumbers={true}