Update src/app/menu/page.tsx

This commit is contained in:
2026-03-09 21:05:21 +00:00
parent deb25113fd
commit 779f2f21a8

View File

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