Update src/app/menu/page.tsx
This commit is contained in:
@@ -84,21 +84,21 @@ export default function MenuPage() {
|
||||
id: 1,
|
||||
title: "Signature Sandwiches",
|
||||
description: "Crafted with premium meats, fresh vegetables, and homemade sauces. Each sandwich is a masterpiece of flavor and texture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14228.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14228.jpg?_wi=3",
|
||||
imageAlt: "Signature Sandwiches",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Gourmet Burgers",
|
||||
description: "Flame-grilled to perfection with tender, juicy patties and premium toppings. A true fast-food indulgence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hot-burger-with-cold-beer-table-dark-blue-background_181624-58594.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hot-burger-with-cold-beer-table-dark-blue-background_181624-58594.jpg?_wi=3",
|
||||
imageAlt: "Gourmet Burgers",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Artisan Pizzas",
|
||||
description: "Wood-fired with crispy crusts, fresh mozzarella, and carefully selected toppings. Baked to mouth-watering perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg?_wi=3",
|
||||
imageAlt: "Artisan Pizzas",
|
||||
},
|
||||
]}
|
||||
@@ -115,7 +115,7 @@ export default function MenuPage() {
|
||||
name: "Ozzy Special Sandwich",
|
||||
price: "$12.99",
|
||||
variant: "Premium Selection - Multiple Fillings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14228.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14228.jpg?_wi=4",
|
||||
imageAlt: "Ozzy Special Sandwich with fresh ingredients",
|
||||
},
|
||||
{
|
||||
@@ -123,7 +123,7 @@ export default function MenuPage() {
|
||||
name: "Signature Burger",
|
||||
price: "$11.99",
|
||||
variant: "Flame-Grilled - Tender & Juicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hot-burger-with-cold-beer-table-dark-blue-background_181624-58594.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hot-burger-with-cold-beer-table-dark-blue-background_181624-58594.jpg?_wi=4",
|
||||
imageAlt: "Signature burger with premium toppings",
|
||||
},
|
||||
{
|
||||
@@ -131,7 +131,7 @@ export default function MenuPage() {
|
||||
name: "Classic Wood-Fired Pizza",
|
||||
price: "$14.99",
|
||||
variant: "Artisan Baked - Crispy Crust",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg?_wi=4",
|
||||
imageAlt: "Classic pizza with fresh mozzarella",
|
||||
},
|
||||
]}
|
||||
@@ -157,7 +157,7 @@ export default function MenuPage() {
|
||||
description="Contact us directly or subscribe to our newsletter to learn about new menu items and special offers coming soon."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg?_wi=1"
|
||||
imageAlt="Ozzy Bites dining experience"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user