Update src/app/menu/page.tsx
This commit is contained in:
@@ -60,7 +60,7 @@ export default function MenuPage() {
|
||||
id: "conchas",
|
||||
name: "Mexican Conchas",
|
||||
price: "$3.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=3",
|
||||
imageAlt: "Colorful Mexican concha pastries",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -68,7 +68,7 @@ export default function MenuPage() {
|
||||
id: "empanadas",
|
||||
name: "Empanadas",
|
||||
price: "$4.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg?_wi=2",
|
||||
imageAlt: "Golden baked empanadas",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -76,7 +76,7 @@ export default function MenuPage() {
|
||||
id: "cream-buns",
|
||||
name: "Cream Cheese Buns",
|
||||
price: "$2.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/event-wedding-buffet-snack-meat_1203-5102.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/event-wedding-buffet-snack-meat_1203-5102.jpg?_wi=2",
|
||||
imageAlt: "Fresh cream cheese buns",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -99,21 +99,21 @@ export default function MenuPage() {
|
||||
id: 1,
|
||||
title: "Tres Leches Cake",
|
||||
description: "Our signature three-milk cake, moist and delicious. Perfect for celebrations and special occasions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-with-basket-roses-marble-surface_114579-21578.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-with-basket-roses-marble-surface_114579-21578.jpg?_wi=1",
|
||||
imageAlt: "Tres leches cake decorated with fruit",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Custom Celebration Cakes",
|
||||
description: "Beautiful custom cakes for birthdays, weddings, and special events. Order in advance for your perfect cake.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=4",
|
||||
imageAlt: "Celebration cake display",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Seasonal Specials",
|
||||
description: "Rotating seasonal items featuring fresh ingredients and limited-time flavors. Ask our staff what's new today!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg?_wi=3",
|
||||
imageAlt: "Seasonal pastry selection",
|
||||
},
|
||||
]}
|
||||
@@ -136,21 +136,21 @@ export default function MenuPage() {
|
||||
id: "visit-now",
|
||||
name: "Visit Us Today",
|
||||
price: "Find Us",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-portrait-person-managing-owning-their-business_23-2151456949.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-portrait-person-managing-owning-their-business_23-2151456949.jpg?_wi=2",
|
||||
imageAlt: "Welcoming bakery experience",
|
||||
},
|
||||
{
|
||||
id: "call-order",
|
||||
name: "Call to Order",
|
||||
price: "Contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg?_wi=2",
|
||||
imageAlt: "Customer service at bakery",
|
||||
},
|
||||
{
|
||||
id: "corporate",
|
||||
name: "Corporate Orders",
|
||||
price: "Catering",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986283.jpg?_wi=2",
|
||||
imageAlt: "Corporate event catering",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user