Update src/app/page.tsx

This commit is contained in:
2026-05-28 10:44:54 +00:00
parent 1a33f6ef86
commit a831ace429

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}