From 779f2f21a88911e0ff9fa97533333538d45fe1a6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:05:21 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 6ebab45..96b95d9 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -44,7 +44,7 @@ export default function MenuPage() { textPosition="center" showBlur={true} showDimOverlay={false} - imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17103.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17103.jpg?_wi=2" imageAlt="LOT. coffee menu showcase" buttons={[ { text: "Reserve a Table", href: "/reserve" }, @@ -63,28 +63,28 @@ export default function MenuPage() { id: "1", name: "Single Origin Espresso", price: "€3.50", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-coffee-beans-table_141793-1051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-coffee-beans-table_141793-1051.jpg?_wi=2", imageAlt: "Single Origin Espresso cup", }, { id: "2", name: "Specialty Cappuccino", price: "€4.20", - imageSrc: "http://img.b2bpic.net/free-photo/cup-well-made-latte-with-art-foam_181624-285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-well-made-latte-with-art-foam_181624-285.jpg?_wi=2", imageAlt: "Latte art cappuccino", }, { id: "3", name: "Fresh Pastry Selection", price: "€3.00", - imageSrc: "http://img.b2bpic.net/free-photo/loafs-oranges-breakfast_23-2147667294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/loafs-oranges-breakfast_23-2147667294.jpg?_wi=2", imageAlt: "Assorted fresh pastries and croissants", }, { id: "4", name: "Flat White", price: "€4.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-with-milk-sugar_23-2148463986.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-with-milk-sugar_23-2148463986.jpg?_wi=2", imageAlt: "Smooth Flat White coffee", }, ]}