diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 207fa66..9afa7d7 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -101,6 +101,14 @@ export default function MenuPage() { id: "3", 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?_wi=2", imageAlt: "Cold Brew Nitro"}, { id: "4", 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?_wi=4", imageAlt: "Lavender Oat Latte"}, + { + id: "5", name: "Mocha Supreme", price: "$7.49", variant: "Espresso · Chocolate · Milk", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125746.jpg?_wi=2", imageAlt: "Mocha Supreme"}, + { + id: "6", name: "Vanilla Cortado", price: "$6.99", variant: "Espresso · Steamed Milk · Vanilla", imageSrc: "http://img.b2bpic.net/free-photo/woman-seaside-with-coffee_23-2148574779.jpg?_wi=3", imageAlt: "Vanilla Cortado"}, + { + id: "7", name: "Iced Americano", price: "$5.49", variant: "Cold · Double Shot · Crisp", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-coffee-with-milk_23-2149600726.jpg?_wi=3", imageAlt: "Iced Americano"}, + { + id: "8", name: "Honey Cinnamon Latte", price: "$7.19", variant: "Seasonal · Sweet · Warm Spice", imageSrc: "http://img.b2bpic.net/free-photo/big-coffee-cup-wooden-table_23-2148071561.jpg?_wi=2", imageAlt: "Honey Cinnamon Latte"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up"