Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-29 16:34:39 +00:00

View File

@@ -118,12 +118,12 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
title="Nuestro Menú"
description="Descubre nuestras pizzas clásicas, pastas frescas, entrantes y deliciosos postres. Todo elaborado con ingredientes de máxima calidad."
description="Nuestra selección exclusiva de pizzas artesanales preparadas al horno de piedra."
products={[
{ id: "1", name: "Margherita (Pizzas)", price: "10€ - Tomate, mozzarella, albahaca", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914033.jpg" },
{ id: "2", name: "Carbonara (Pastas)", price: "12€ - Guanciale, huevo, pecorino", imageSrc: "http://img.b2bpic.net/free-photo/food-arrangement-wooden-background_23-2148601636.jpg" },
{ id: "3", name: "Bruschetta (Entrantes)", price: "7€ - Tomate, ajo, aceite oliva", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895466.jpg" },
{ id: "4", name: "Tiramisú (Postres)", price: "6€ - Café, mascarpone", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg" },
{ id: "1", name: "Margherita", price: "12€ - Tomate San Marzano, mozzarella fior di latte, albahaca fresca, aceite de oliva virgen extra", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2UaBtAFiSCjxY0nN33NcgYvdF/uploaded-1777480455790-qq0xc4vq.png" },
{ id: "2", name: "Diavola", price: "14€ - Tomate, mozzarella, salami picante, chiles rojos, miel picante", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2UaBtAFiSCjxY0nN33NcgYvdF/uploaded-1777480455790-qq0xc4vq.png" },
{ id: "3", name: "Quattro Formaggi", price: "15€ - Base blanca, gorgonzola, mozzarella, parmesano, taleggio", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2UaBtAFiSCjxY0nN33NcgYvdF/uploaded-1777480455790-qq0xc4vq.png" },
{ id: "4", name: "Prosciutto e Funghi", price: "14€ - Tomate, mozzarella, jamón cocido, champiñones frescos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2UaBtAFiSCjxY0nN33NcgYvdF/uploaded-1777480455790-qq0xc4vq.png" },
]}
/>
</div>
@@ -134,14 +134,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Ana G.", role: "Cliente", testimonial: "La mejor masa de Sevilla, sin duda.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203583.jpg" },
{ id: "2", name: "Juan M.", role: "Cliente", testimonial: "El servicio es increíble y muy rápido.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203584.jpg" },
{ id: "3", name: "Sara L.", role: "Cliente", testimonial: "Un pedacito de Italia en cada bocado.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-cheese_23-2150062635.jpg" },
{ id: "4", name: "David R.", role: "Cliente", testimonial: "Calidad-precio inmejorable en la zona.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg" },
{ id: "5", name: "Laura S.", role: "Cliente", testimonial: "Volveremos pronto, ¡estaba deliciosa!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" },
{ id: "1", name: "Alejandro M.", role: "Cliente", testimonial: "Una experiencia gastronómica inolvidable. La masa es sublime.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203583.jpg" },
{ id: "2", name: "Elena R.", role: "Cliente", testimonial: "La autenticidad italiana en cada bocado. Simplemente increíble.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203584.jpg" },
{ id: "3", name: "Javier S.", role: "Cliente", testimonial: "El horno de piedra marca la diferencia. Repetiré sin duda.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-cheese_23-2150062635.jpg" },
]}
title="Lo que dicen nuestros clientes"
description="Nuestros comensales son nuestra mejor garantía."
title="Opiniones de nuestros clientes"
description="Calidad artesanal reconocida por nuestra comunidad."
/>
</div>
@@ -194,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}