From 07809e26ea18e7067a97651eade20dd506c4392d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 12:51:34 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3943e7a..3f7137b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,11 +103,11 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "espresso", name: "Эспрессо", price: "2.50$", variant: "Классический", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-wooden-table_23-2148464789.jpg", imageAlt: "Rich espresso shot"}, + id: "espresso", name: "Эспрессо", price: "2.50$", variant: "Классический", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-wooden-table_23-2148464789.jpg?_wi=2", imageAlt: "Rich espresso shot"}, { - id: "cappuccino", name: "Капучино", price: "4.00$", variant: "Пышная пенка", imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-109.jpg", imageAlt: "Classic cappuccino with latte art"}, + id: "cappuccino", name: "Капучино", price: "4.00$", variant: "Пышная пенка", imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-109.jpg?_wi=2", imageAlt: "Classic cappuccino with latte art"}, { - id: "americano", name: "Американо", price: "3.50$", variant: "Бодрящий", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-cup_74190-6281.jpg", imageAlt: "Hot Americano coffee"}, + id: "americano", name: "Американо", price: "3.50$", variant: "Бодрящий", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-cup_74190-6281.jpg?_wi=2", imageAlt: "Hot Americano coffee"}, { id: "croissant", name: "Круассан", price: "3.00$", variant: "Свежий", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-pastries-with-cup-tea-jam-dark-space_140725-79744.jpg", imageAlt: "Flaky golden croissant"}, { -- 2.49.1 From fad8f5395c36ef044e4557fa5c9703e3ff2fdb35 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 12:51:35 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index da4894f..911c075 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -43,9 +43,9 @@ export default function ProductsPage() { useInvertedBackground={false} carouselMode="buttons" products={[ - { id: "espresso", name: "Эспрессо", price: "2.50$", variant: "Классический", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-wooden-table_23-2148464789.jpg", imageAlt: "Rich espresso shot" }, - { id: "cappuccino", name: "Капучино", price: "4.00$", variant: "Пышная пенка", imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-109.jpg", imageAlt: "Classic cappuccino with latte art" }, - { id: "americano", name: "Американо", price: "3.50$", variant: "Бодрящий", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-cup_74190-6281.jpg", imageAlt: "Hot Americano coffee" }, + { id: "espresso", name: "Эспрессо", price: "2.50$", variant: "Классический", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-wooden-table_23-2148464789.jpg?_wi=1", imageAlt: "Rich espresso shot" }, + { id: "cappuccino", name: "Капучино", price: "4.00$", variant: "Пышная пенка", imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-109.jpg?_wi=1", imageAlt: "Classic cappuccino with latte art" }, + { id: "americano", name: "Американо", price: "3.50$", variant: "Бодрящий", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-cup_74190-6281.jpg?_wi=1", imageAlt: "Hot Americano coffee" }, { id: "latte", name: "Латте", price: "4.25$", variant: "Молочный", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-latte-art-being-poured-by-a-barista_627829-5811.jpg?_wi=1", imageAlt: "Gourmet latte" }, { id: "mocha", name: "Мокко", price: "4.75$", variant: "Шоколадный", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_140725-79744.jpg?_wi=1", imageAlt: "Chocolate mocha" }, { id: "cold-brew", name: "Колд-Брю", price: "4.50$", variant: "Освежающий", imageSrc: "http://img.b2bpic.net/free-photo/cold-brew-coffee-glass_84443-83665.jpg?_wi=1", imageAlt: "Cold brew coffee" }, -- 2.49.1