diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9dbe240..c828a7c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,38 +45,19 @@ export default function LandingPage() {
@@ -150,45 +110,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Gabriel Santamarina",
- handle: "@gabriel",
- testimonial: "Relación calidad-precio espectacular, comida rica y trato excelente.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
- },
+ id: "1", name: "Gabriel Santamarina", handle: "@gabriel", testimonial: "Relación calidad-precio espectacular, comida rica y trato excelente.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"},
{
- id: "2",
- name: "Bruno Alonso",
- handle: "@bruno",
- testimonial: "Un descubrimiento. Buen servicio, platos sabrosos y precio adecuado.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg",
- },
+ id: "2", name: "Bruno Alonso", handle: "@bruno", testimonial: "Un descubrimiento. Buen servicio, platos sabrosos y precio adecuado.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg"},
{
- id: "3",
- name: "Maria Lopez",
- handle: "@maria",
- testimonial: "Ambiente increíble y las patatas son un 10.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517442.jpg",
- },
+ id: "3", name: "Maria Lopez", handle: "@maria", testimonial: "Ambiente increíble y las patatas son un 10.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517442.jpg"},
{
- id: "4",
- name: "Jorge Ruiz",
- handle: "@jorge",
- testimonial: "Siempre repetimos. Trato muy cercano.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg",
- },
+ id: "4", name: "Jorge Ruiz", handle: "@jorge", testimonial: "Siempre repetimos. Trato muy cercano.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg"},
{
- id: "5",
- name: "Lucia M.",
- handle: "@lucia",
- testimonial: "La mejor tapería de la zona, sin duda.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-preparing-meal_23-2149661396.jpg",
- },
+ id: "5", name: "Lucia M.", handle: "@lucia", testimonial: "La mejor tapería de la zona, sin duda.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-preparing-meal_23-2149661396.jpg"},
]}
showRating={true}
title="Opiniones de Clientes"
@@ -200,8 +135,7 @@ export default function LandingPage() {