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" }, }, ]}