Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c804a1382 | |||
| 930234833a |
@@ -104,22 +104,22 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Clásico", name: "Cebiche de Pescado", price: "22€", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-appetizing-pozole-bowl_23-2149248521.jpg", imageAlt: "Plato de cebiche peruano con pescado fresco y limón"},
|
||||
reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1595167664560-f1d22e03d3f9?q=80&w=1920&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Plato de cebiche peruano con pescado fresco y limón"},
|
||||
{
|
||||
id: "p2", brand: "Fusión", name: "Lomo Saltado", price: "25€", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/beef-meat-stew-with-potatoes-chopped-vegetables-served-with-lavash_114579-926.jpg", imageAlt: "Plato de lomo saltado con carne y patatas fritas"},
|
||||
reviewCount: "150", imageSrc: "https://images.unsplash.com/photo-1629822365288-14a091398858?q=80&w=1920&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Plato de lomo saltado con carne y patatas fritas"},
|
||||
{
|
||||
id: "p3", brand: "Tradicional", name: "Ají de Gallina", price: "20€", rating: 5,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/tom-kha-kai-bowl-with-kaffir-lime-leaves-lemongrass-red-onion-galangal-chilli_1150-21539.jpg", imageAlt: "Plato de ají de gallina cremoso con pollo deshilachado"},
|
||||
reviewCount: "90", imageSrc: "https://images.unsplash.com/photo-1639016480282-e3d810f6e5e8?q=80&w=1920&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Plato de ají de gallina cremoso con pollo deshilachado"},
|
||||
{
|
||||
id: "p4", brand: "Antojos", name: "Anticuchos", price: "18€", rating: 5,
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8285.jpg", imageAlt: "Brochetas de anticuchos peruanos a la parrilla"},
|
||||
reviewCount: "75", imageSrc: "https://images.unsplash.com/photo-1623916962456-6215c0e1011e?q=80&w=1920&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Brochetas de anticuchos peruanos a la parrilla"},
|
||||
{
|
||||
id: "p5", brand: "Vegetariano", name: "Causa Rellena", price: "19€", rating: 5,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-preparing-meal_23-2149661396.jpg", imageAlt: "Causa rellena de patata con capas y vegetales"},
|
||||
reviewCount: "60", imageSrc: "https://images.unsplash.com/photo-1606771032890-70f2f3e8b4e7?q=80&w=1920&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Causa rellena de patata con capas y vegetales"},
|
||||
{
|
||||
id: "p6", brand: "Especial", name: "Arroz con Pato", price: "28€", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/barbecued-red-pork-sauce-with-rice_1339-3676.jpg", imageAlt: "Arroz con pato, un plato peruano con arroz verde"},
|
||||
reviewCount: "110", imageSrc: "https://images.unsplash.com/photo-1546069901-dcd1346f0823?q=80&w=1920&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Arroz con pato, un plato peruano con arroz verde"},
|
||||
]}
|
||||
title="Descubre Nuestro Menú"
|
||||
description="Explora nuestra variada carta, donde cada plato es una obra de arte culinaria peruana, preparada con los ingredientes más frescos y auténticos."
|
||||
@@ -238,4 +238,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user