Update src/app/page.tsx

This commit is contained in:
2026-03-04 14:00:30 +00:00
parent a914888e46
commit 1d02fdf564

View File

@@ -111,42 +111,42 @@ export default function HomePage() {
id: "1",
name: "Salmón Geométrico",
price: "$28",
imageSrc: "http://img.b2bpic.net/free-photo/various-sliced-fish-fillet-with-lemon-slice_140725-3847.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-sliced-fish-fillet-with-lemon-slice_140725-3847.jpg?_wi=1",
imageAlt: "Salmón con presentación geométrica",
},
{
id: "2",
name: "Risotto de Setas",
price: "$24",
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-risotto-with-fresh-mushrooms-parmesan-cheese-generated-by-ai_188544-10223.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-risotto-with-fresh-mushrooms-parmesan-cheese-generated-by-ai_188544-10223.jpg?_wi=1",
imageAlt: "Risotto cremoso con setas locales",
},
{
id: "3",
name: "Cordero Asado",
price: "$32",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-with-teriyaki-sauce-wine_114579-2504.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-with-teriyaki-sauce-wine_114579-2504.jpg?_wi=1",
imageAlt: "Cordero asado con hierbas aromáticas",
},
{
id: "4",
name: "Vegetales de Temporada",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-hand-with-knife-with-fresh-ripe-vegetables-yellow-bell-pepper-green-onion-red-chili-pepper-tomato-black-background_141793-3392.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-hand-with-knife-with-fresh-ripe-vegetables-yellow-bell-pepper-green-onion-red-chili-pepper-tomato-black-background_141793-3392.jpg?_wi=1",
imageAlt: "Composición de vegetales de temporada",
},
{
id: "5",
name: "Postre Minimalista",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-cake-picture_23-2150649468.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-cake-picture_23-2150649468.jpg?_wi=1",
imageAlt: "Postre con diseño geométrico",
},
{
id: "6",
name: "Tabla de Quesos",
price: "$22",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-platter-with-different-cheeses-grapes-nuts-honey-bread-dates-rustic-wood-dark-wood-board-with-wine-bottle-glass-wine_114579-284.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-platter-with-different-cheeses-grapes-nuts-honey-bread-dates-rustic-wood-dark-wood-board-with-wine-bottle-glass-wine_114579-284.jpg?_wi=1",
imageAlt: "Tabla seleccionada de quesos locales",
},
]}