Skip to content

Commit

Permalink
fix: add reseñas
Browse files Browse the repository at this point in the history
  • Loading branch information
gustfernandez committed Nov 7, 2024
1 parent f61e3ea commit d1901cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/lugares.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ const lugares = [
horario_apertura: '10:00 AM',
horario_cierre: '10:00 PM',
imagen: 'https://www.castelloninformacion.com/wp-content/uploads/2024/01/festival-cometas.jpg',
rating: 's/n',
reviews: []
rating: 'n/a',
reseñas: []
},
{
id: 7,
Expand All @@ -144,7 +144,7 @@ const lugares = [
horario_cierre: '05:00 PM',
imagen: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQLvV61De4OClkKAKRsigpqN1L1se-qG6IagQ&s',
rating: 4.6,
reviews: [
reseñas: [
{ autor: 'María Silva', comentario: 'Muy interesante y entretenida. Excelente comida.', puntuacion: 4.5 },
{ autor: 'Pedro Rojas', comentario: 'Gran variedad de productos locales. Muy recomendado.', puntuacion: 5 },
{ autor: 'Luisa Pérez', comentario: 'Un evento muy bonito y bien organizado. Volvería.', puntuacion: 4.3 }
Expand Down

0 comments on commit d1901cc

Please sign in to comment.