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