Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 16:24:05 +00:00

View File

@@ -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"