diff --git a/src/app/page.tsx b/src/app/page.tsx index 2909f93..d6c73a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { name: "Reseñas", id: "/#testimonials"}, { - name: "Contacto", id: "/#contact"}, + name: "Contacto", id: "/contact"}, ]} brandName="Don Pasquale" /> @@ -192,7 +192,7 @@ export default function LandingPage() { { id: "2", testimonial: "Cada plato transporta a Italia. El horno de leña marca la diferencia. ¡Imperdible si estás en Avilés!", name: "Marco Rossi", handle: "Chef visitante", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-person-sitting-table-with-glasses-wine_23-2148016866.jpg", imageAlt: "Marco Rossi"}, { - id: "3", testimonial: "No solo la comida es excelente, el ambiente rústico y el trato familiar hacen que cada visita sea especial. Muy recomendable.", name: "Ana García", handle: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/friends-sharing-popcorn-having-beer_23-2147745040.jpg", imageAlt: "Ana García"}, + id: "3", testimonial: "No solo la comida es excelente, el ambiente rústico y el trato familiar hacen que cada visita sea especial. Muy recomendable.", name: "Ana García", handle: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/friends-sharing-popcorn-having-beer_23-2147745040.jpg", alt: "Ana García"}, { id: "4", testimonial: "He venido con amigos y en familia. Siempre salimos encantados. La lasaña es un sueño y las pizzas, sublimes.", name: "Pablo Castro", handle: "Empresario local", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-plan_23-2147813572.jpg", imageAlt: "Pablo Castro"}, { @@ -261,4 +261,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file