Update src/app/page.tsx

This commit is contained in:
2026-03-12 20:57:01 +00:00
parent 3afd6481ac
commit 292712414f

View File

@@ -89,7 +89,7 @@ export default function HomePage() {
{ text: "View Menu", href: "/menu" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-mix-seafood-table_23-2148290485.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-mix-seafood-table_23-2148290485.jpg?_wi=1"
imageAlt="Restaurante Bahía De Vigo upscale dining room"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -153,21 +153,21 @@ export default function HomePage() {
id: "1",
name: "Pulpo a la Gallega",
price: "€24.00",
imageSrc: "http://img.b2bpic.net/free-photo/platter-squids-garnished-with-lemon-served-white-table_140725-2564.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/platter-squids-garnished-with-lemon-served-white-table_140725-2564.jpg?_wi=1",
imageAlt: "Traditional Pulpo a la Gallega grilled octopus",
},
{
id: "2",
name: "Paella de Mariscos",
price: "€32.00",
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg?_wi=1",
imageAlt: "Premium Paella de Mariscos seafood rice",
},
{
id: "3",
name: "Mejillones a la Marinera",
price: "€18.00",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-mussel-shells-with-lemon-slices_23-2148375665.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-mussel-shells-with-lemon-slices_23-2148375665.jpg?_wi=1",
imageAlt: "Fresh Mejillones a la Marinera mussels",
},
]}