From 223caf41d21c1d8ff7a7263ec27e3d2f476bcad9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:25:35 +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 9c2b0ca..3ace136 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,28 +78,28 @@ 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" }, }, ]} -- 2.49.1