From 20358ac482eea24400c7760a1d7c72ce11621a69 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:23:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fdf046..79d9a60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ function LandingPage() { { text: "Hacer pedido", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/prosciutto-crudo-with-smoked-sausage-cheese-spices_8353-6742.jpg" + imageSrc="http://img.b2bpic.net/free-photo/prosciutto-crudo-with-smoked-sausage-cheese-spices_8353-6742.jpg?_wi=1" imageAlt="Jamón ibérico premium de Moniberic" mediaAnimation="opacity" imagePosition="right" @@ -86,7 +86,7 @@ function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Jamón Ibérico de Cebo", price: "desde 25€/kg", imageSrc: "http://img.b2bpic.net/free-photo/prosciutto-crudo-with-smoked-sausage-cheese-spices_8353-6742.jpg", imageAlt: "Jamón Ibérico de Cebo premium" + id: "1", name: "Jamón Ibérico de Cebo", price: "desde 25€/kg", imageSrc: "http://img.b2bpic.net/free-photo/prosciutto-crudo-with-smoked-sausage-cheese-spices_8353-6742.jpg?_wi=2", imageAlt: "Jamón Ibérico de Cebo premium" }, { id: "2", name: "Jamón Serrano Reserva", price: "desde 18€/kg", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-made-slices-smoked-meat-olives_1304-2918.jpg", imageAlt: "Jamón Serrano Reserva envejecido" @@ -147,16 +147,16 @@ function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "María García", role: "Cliente habitual", testimonial: "Buen lugar para adquirir productos de excelente calidad a precio razonable. El personal es estupendo, siempre dispuesto a aconsejar.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "María García" + id: "1", name: "María García", role: "Cliente habitual", testimonial: "Buen lugar para adquirir productos de excelente calidad a precio razonable. El personal es estupendo, siempre dispuesto a aconsejar.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "María García" }, { - id: "2", name: "Juan López", role: "Cliente empresarial", testimonial: "Estas Navidades le regalaron un jamón de Cebo a mi marido. Fue el mejor regalo que hemos recibido. Calidad sin igual.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Juan López" + id: "2", name: "Juan López", role: "Cliente empresarial", testimonial: "Estas Navidades le regalaron un jamón de Cebo a mi marido. Fue el mejor regalo que hemos recibido. Calidad sin igual.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Juan López" }, { - id: "3", name: "Carmen Rodríguez", role: "Cliente regular", testimonial: "Personal estupendo en forma de atender y aconsejar. Me encanta venir porque siempre me recomiendan los mejores productos.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Carmen Rodríguez" + id: "3", name: "Carmen Rodríguez", role: "Cliente regular", testimonial: "Personal estupendo en forma de atender y aconsejar. Me encanta venir porque siempre me recomiendan los mejores productos.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Carmen Rodríguez" }, { - id: "4", name: "David Martínez", role: "Cliente empresarial", testimonial: "Excelente servicio para encargos corporativos. Nuestros clientes quedan fascinados con los jamones que les enviamos. Totalmente recomendado.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martínez" + id: "4", name: "David Martínez", role: "Cliente empresarial", testimonial: "Excelente servicio para encargos corporativos. Nuestros clientes quedan fascinados con los jamones que les enviamos. Totalmente recomendado.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Martínez" } ]} animationType="slide-up" -- 2.49.1