From 95d8bb1aeecfc4e406ceb9c6c4e31580c172b2f0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:18:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b692504..46642ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function MaiaCoffeeHouse() { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-holding-newspaper-with-laptop-desk-caf_23-2147876737.jpg", imageAlt: "Remote worker at Maia Coffee House" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medieval-king-queen-posing-real-context_23-2151156396.jpg", imageAlt: "Minimalist cafe interior details" + imageSrc: "http://img.b2bpic.net/free-photo/medieval-king-queen-posing-real-context_23-2151156396.jpg?_wi=1", imageAlt: "Minimalist cafe interior details" } ] }, @@ -94,7 +94,7 @@ export default function MaiaCoffeeHouse() { imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg", imageAlt: "Cafe lounge area comfortable seating" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medieval-king-queen-posing-real-context_23-2151156396.jpg", imageAlt: "Boutique coffee shop aesthetic" + imageSrc: "http://img.b2bpic.net/free-photo/medieval-king-queen-posing-real-context_23-2151156396.jpg?_wi=2", imageAlt: "Boutique coffee shop aesthetic" } ] } @@ -113,13 +113,13 @@ export default function MaiaCoffeeHouse() { tagIcon={Coffee} products={[ { - id: "1", name: "Single-Origin Pour Over", price: "45₺", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg", imageAlt: "Single-origin pour over coffee", initialQuantity: 1 + id: "1", name: "Single-Origin Pour Over", price: "45₺", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg?_wi=1", imageAlt: "Single-origin pour over coffee", initialQuantity: 1 }, { - id: "2", name: "Artisan Espresso Flight", price: "55₺", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg", imageAlt: "Espresso tasting flight", initialQuantity: 1 + id: "2", name: "Artisan Espresso Flight", price: "55₺", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg?_wi=2", imageAlt: "Espresso tasting flight", initialQuantity: 1 }, { - id: "3", name: "Signature Latte", price: "38₺", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg", imageAlt: "Maia signature latte", initialQuantity: 1 + id: "3", name: "Signature Latte", price: "38₺", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg?_wi=3", imageAlt: "Maia signature latte", initialQuantity: 1 }, { id: "4", name: "Fresh Pastry Selection", price: "28₺", imageSrc: "http://img.b2bpic.net/free-photo/handmade-round-bread-bun-dough-wooden-platter-with-cooked-one-aside_114579-19826.jpg", imageAlt: "Freshly baked pastries", initialQuantity: 1