Update src/app/menu/page.tsx

This commit is contained in:
2026-03-09 04:03:41 +00:00
parent 13900a9c76
commit 1655c4eb24

View File

@@ -86,7 +86,7 @@ export default function MenuPage() {
{ text: "Order Online", href: "https://www.doordash.com" },
{ text: "Back to Home", href: "/" },
]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7437.jpg"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7437.jpg?_wi=2"
imageAlt="Bullpen Pizza menu showcase"
showDimOverlay={true}
buttonAnimation="slide-up"
@@ -105,35 +105,35 @@ export default function MenuPage() {
id: "1",
name: "Signature Pepperoni",
price: "$14.99 - $18.99",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=4",
imageAlt: "Signature pepperoni pizza",
},
{
id: "2",
name: "Margherita Dream",
price: "$12.99 - $16.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-mushroom-pizza-delicious-dough-with-fresh-vegetables-dark-surface-dough-meal-food-italian-bake_140725-102074.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-mushroom-pizza-delicious-dough-with-fresh-vegetables-dark-surface-dough-meal-food-italian-bake_140725-102074.jpg?_wi=2",
imageAlt: "Fresh margherita pizza",
},
{
id: "3",
name: "Meat Lovers",
price: "$16.99 - $20.99",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=5",
imageAlt: "Meat lovers pizza",
},
{
id: "4",
name: "Veggie Supreme",
price: "$13.99 - $17.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-mushroom-pizza-delicious-dough-with-fresh-vegetables-dark-surface-dough-meal-food-italian-bake_140725-102074.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-mushroom-pizza-delicious-dough-with-fresh-vegetables-dark-surface-dough-meal-food-italian-bake_140725-102074.jpg?_wi=3",
imageAlt: "Veggie supreme pizza",
},
{
id: "5",
name: "BBQ Chicken",
price: "$15.99 - $19.99",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=6",
imageAlt: "BBQ chicken pizza",
},
]}
@@ -155,21 +155,21 @@ export default function MenuPage() {
id: "1",
name: "Buffalo Wings",
price: "$8.99 - $22.99",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-wings-with-french-fries-cherry-tomatoes_140725-10550.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-wings-with-french-fries-cherry-tomatoes_140725-10550.jpg?_wi=2",
imageAlt: "Crispy buffalo wings",
},
{
id: "2",
name: "Garlic Bread",
price: "$4.99 - $7.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-mushroom-pizza-delicious-dough-with-fresh-vegetables-dark-surface-dough-meal-food-italian-bake_140725-102074.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-mushroom-pizza-delicious-dough-with-fresh-vegetables-dark-surface-dough-meal-food-italian-bake_140725-102074.jpg?_wi=4",
imageAlt: "Crispy garlic bread",
},
{
id: "3",
name: "Mozzarella Sticks",
price: "$6.99 - $9.99",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=7",
imageAlt: "Fried mozzarella sticks",
},
]}
@@ -189,7 +189,7 @@ export default function MenuPage() {
tagIcon={Bell}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/empty-chair-table_1339-4303.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-chair-table_1339-4303.jpg?_wi=4"
imageAlt="Bullpen Pizza dining experience"
mediaAnimation="slide-up"
mediaPosition="right"