Update src/app/page.tsx

This commit is contained in:
2026-04-06 17:39:04 +00:00
parent 5716d1aaf0
commit 5eee181889

View File

@@ -64,23 +64,23 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=1",
imageAlt: "Artisanal Pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=2",
imageAlt: "Handmade Pasta",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=3",
imageAlt: "Kitchen Fresh",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=4",
imageAlt: "Italian Heritage",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=5",
imageAlt: "Family Recipes",
},
]}
@@ -109,42 +109,42 @@ export default function LandingPage() {
name: "Margherita",
price: "$12.00",
variant: "Pizza",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=1",
},
{
id: "2",
name: "Fettuccine",
price: "$14.00",
variant: "Pasta",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=2",
},
{
id: "3",
name: "Pepperoni",
price: "$13.50",
variant: "Pizza",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=3",
},
{
id: "4",
name: "Spaghetti",
price: "$14.50",
variant: "Pasta",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=4",
},
{
id: "5",
name: "Garlic Bread",
price: "$6.00",
variant: "Starter",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=5",
},
{
id: "6",
name: "Veggie Delight",
price: "$13.00",
variant: "Pizza",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-pepperoni-mushroom-cheese-top-cheese-sprinkles-olive-corn-tomato_141793-1943.jpg?_wi=6",
},
]}
title="Our Menu"