Update src/app/menu/page.tsx

This commit is contained in:
2026-03-10 10:20:25 +00:00
parent 3dfd8fc956
commit ee6fd7ac94

View File

@@ -80,7 +80,7 @@ export default function MenuPage() {
title: "Classic Shots",
subtitle: "Pure espresso excellence",
description: "Single, double, or triple shots of our signature espresso blend, carefully pulled for optimal flavor extraction. Experience the rich crema and bold notes that define our premium coffee.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125746.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125746.jpg?_wi=4",
imageAlt: "Espresso shots",
},
{
@@ -89,7 +89,7 @@ export default function MenuPage() {
title: "Creamy Perfection",
subtitle: "Espresso with steamed milk",
description: "Cappuccinos, lattes, and flat whites featuring our premium milk selection and expert steaming technique. Each drink is crafted with precision to achieve the perfect temperature and microfoam texture.",
imageSrc: "http://img.b2bpic.net/free-photo/big-coffee-cup-wooden-table_23-2148071561.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/big-coffee-cup-wooden-table_23-2148071561.jpg?_wi=3",
imageAlt: "Creamy milk drinks",
},
{
@@ -98,7 +98,7 @@ export default function MenuPage() {
title: "Refreshing Chill",
subtitle: "Iced coffee drinks",
description: "Cold brews, iced lattes, and refreshing seasonal beverages perfect for warm days. Our cold brew is steeped for 24 hours to create a smooth, naturally sweet coffee concentrate.",
imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-glass-pink-stand-wooden-table-cranberry-pie-summer-cafe-green-bushes_343596-1527.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-glass-pink-stand-wooden-table-cranberry-pie-summer-cafe-green-bushes_343596-1527.jpg?_wi=3",
imageAlt: "Cold brew drinks",
},
]}
@@ -119,7 +119,7 @@ export default function MenuPage() {
name: "Ethiopian Yirgacheffe",
price: "$5.99",
variant: "Single Shot · Fruity Notes",
imageSrc: "http://img.b2bpic.net/free-photo/mug-coffee-table_23-2148937235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mug-coffee-table_23-2148937235.jpg?_wi=2",
imageAlt: "Ethiopian Yirgacheffe",
},
{
@@ -127,7 +127,7 @@ export default function MenuPage() {
name: "Caramel Macchiato",
price: "$6.49",
variant: "Milk · Espresso · Caramel",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-coffee-with-milk_23-2149600726.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-coffee-with-milk_23-2149600726.jpg?_wi=2",
imageAlt: "Caramel Macchiato",
},
{
@@ -135,7 +135,7 @@ export default function MenuPage() {
name: "Cold Brew Nitro",
price: "$5.49",
variant: "Cold · Smooth · Creamy",
imageSrc: "http://img.b2bpic.net/free-photo/woman-seaside-with-coffee_23-2148574779.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-seaside-with-coffee_23-2148574779.jpg?_wi=2",
imageAlt: "Cold Brew Nitro",
},
{
@@ -143,7 +143,7 @@ export default function MenuPage() {
name: "Lavender Oat Latte",
price: "$6.99",
variant: "Seasonal · Floral · Oat Milk",
imageSrc: "http://img.b2bpic.net/free-photo/big-coffee-cup-wooden-table_23-2148071561.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/big-coffee-cup-wooden-table_23-2148071561.jpg?_wi=4",
imageAlt: "Lavender Oat Latte",
},
]}