Update src/app/menu/page.tsx

This commit is contained in:
2026-03-06 03:09:49 +00:00
parent 8b51beede3
commit db112b8225

View File

@@ -44,7 +44,7 @@ export default function MenuPage() {
<HeroOverlay
title="Our Complete Menu"
description="Explore our full selection of authentic wood-fired pizzas, appetizers, and desserts made with the finest Italian ingredients."
imageSrc="http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg"
imageSrc="http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg?_wi=3"
imageAlt="Delicious authentic pizza menu"
textPosition="center"
showBlur={true}
@@ -64,7 +64,7 @@ export default function MenuPage() {
name: "Margherita Pizza",
price: "$12.99",
imageSrc:
"http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg",
"http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg?_wi=4",
imageAlt: "Classic Margherita pizza",
},
{
@@ -72,7 +72,7 @@ export default function MenuPage() {
name: "Alla Diavola Pizza",
price: "$14.99",
imageSrc:
"http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg",
"http://img.b2bpic.net/free-photo/margarita-pizza-with-cheese-tomatoes-wooden-board-near-some-glasses-with-drinks_1268-20147.jpg?_wi=2",
imageAlt: "Spicy Alla Diavola pizza",
},
{
@@ -80,7 +80,7 @@ export default function MenuPage() {
name: "Prosciutto & Arugula",
price: "$15.99",
imageSrc:
"http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134278.jpg",
"http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134278.jpg?_wi=2",
imageAlt: "Prosciutto and Arugula pizza",
},
]}
@@ -101,7 +101,7 @@ export default function MenuPage() {
name: "Cheese Bread",
price: "$6.99",
imageSrc:
"http://img.b2bpic.net/free-photo/flat-lay-delicious-square-pizza-toppings_23-2149335998.jpg",
"http://img.b2bpic.net/free-photo/flat-lay-delicious-square-pizza-toppings_23-2149335998.jpg?_wi=3",
imageAlt: "Fresh baked cheese bread",
},
{
@@ -109,7 +109,7 @@ export default function MenuPage() {
name: "Bruschetta Platter",
price: "$8.99",
imageSrc:
"http://img.b2bpic.net/free-photo/dinner-set-with-margherita-pizza-salad-pasta-wine_140725-7828.jpg",
"http://img.b2bpic.net/free-photo/dinner-set-with-margherita-pizza-salad-pasta-wine_140725-7828.jpg?_wi=2",
imageAlt: "Traditional bruschetta",
},
{
@@ -117,7 +117,7 @@ export default function MenuPage() {
name: "Calamari Fritti",
price: "$9.99",
imageSrc:
"http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg",
"http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=2",
imageAlt: "Fried calamari",
},
]}