Update src/app/page.tsx

This commit is contained in:
2026-04-11 12:59:57 +00:00
parent 2691a643e6
commit 9b89983b56

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
href: "https://maps.google.com/?q=Av.+de+la+Constitución,11A,Montilla", href: "https://maps.google.com/?q=Av.+de+la+Constitución,11A,Montilla",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535293.jpg" imageSrc="http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535293.jpg?_wi=1"
imageAlt="Kebab favorito de Montilla" imageAlt="Kebab favorito de Montilla"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -120,13 +120,13 @@ export default function LandingPage() {
id: "p1", id: "p1",
name: "Kebab", name: "Kebab",
price: "6€", price: "6€",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-delicious-shaurma-meat-sandwich-with-bread-vegetables-dark-space_140725-95360.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-delicious-shaurma-meat-sandwich-with-bread-vegetables-dark-space_140725-95360.jpg?_wi=1",
}, },
{ {
id: "p2", id: "p2",
name: "Durum", name: "Durum",
price: "6€", price: "6€",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rolled-sandwiches-with-chicken-avocado_1147-338.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-rolled-sandwiches-with-chicken-avocado_1147-338.jpg?_wi=1",
}, },
{ {
id: "p3", id: "p3",
@@ -165,7 +165,7 @@ export default function LandingPage() {
description: "Porciones generosas que te dejarán satisfecho.", description: "Porciones generosas que te dejarán satisfecho.",
bentoComponent: "reveal-icon", bentoComponent: "reveal-icon",
icon: Utensils, icon: Utensils,
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535293.jpg", imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535293.jpg?_wi=2",
imageAlt: "Fried meat with potato and onin mixed with greens side view", imageAlt: "Fried meat with potato and onin mixed with greens side view",
}, },
{ {
@@ -173,7 +173,7 @@ export default function LandingPage() {
description: "La mejor relación calidad-precio de la ciudad.", description: "La mejor relación calidad-precio de la ciudad.",
bentoComponent: "reveal-icon", bentoComponent: "reveal-icon",
icon: CreditCard, icon: CreditCard,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-delicious-shaurma-meat-sandwich-with-bread-vegetables-dark-space_140725-95360.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-delicious-shaurma-meat-sandwich-with-bread-vegetables-dark-space_140725-95360.jpg?_wi=2",
imageAlt: "Fried meat with potato and onin mixed with greens side view", imageAlt: "Fried meat with potato and onin mixed with greens side view",
}, },
{ {
@@ -181,7 +181,7 @@ export default function LandingPage() {
description: "En Av. Constitución, 11A.", description: "En Av. Constitución, 11A.",
bentoComponent: "reveal-icon", bentoComponent: "reveal-icon",
icon: MapPin, icon: MapPin,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rolled-sandwiches-with-chicken-avocado_1147-338.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-rolled-sandwiches-with-chicken-avocado_1147-338.jpg?_wi=2",
imageAlt: "Fried meat with potato and onin mixed with greens side view", imageAlt: "Fried meat with potato and onin mixed with greens side view",
}, },
]} ]}