Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 19:08:59 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -47,7 +47,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="El sabor del barrio. Hecho al momento."
description="Hamburguesas smash, hot dogs y pepitos con sabor auténtico en Ciudad Lineal. Rápido, fresco y delicioso."
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Pedir ahora", href: "order" },
{ text: "Ver menú", href: "menu" }
@@ -67,7 +67,7 @@ export default function LandingPage() {
description="Cada hamburguesa se prepara al momento"
subdescription="Con ingredientes frescos en el corazón del barrio"
icon={Star}
imageSrc="http://img.b2bpic.net/free-photo/hamburgers-with-fries-cup-sauce-wooden-tray_181624-2600.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/hamburgers-with-fries-cup-sauce-wooden-tray_181624-2600.jpg"
imageAlt="Interior de Papola"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -132,22 +132,22 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Elena García", role: "Cliente Regular", testimonial: "El sabor es increíble. Cada vez que pido, no me arrepiento. ¡Papola es lo mejor del barrio!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Elena García"
id: "1", name: "Elena García", role: "Cliente Regular", testimonial: "El sabor es increíble. Cada vez que pido, no me arrepiento. ¡Papola es lo mejor del barrio!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Elena García"
},
{
id: "2", name: "Carlos Rodríguez", role: "Trabajador de la Zona", testimonial: "Comida rápida, de calidad y a buen precio. Mi parada favorita después del trabajo.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Carlos Rodríguez"
},
{
id: "3", name: "María López", role: "Mamá de Dos", testimonial: "A mis hijos les encanta. Frescos, rápidos y sabrosos. Venimos cada semana.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "María López"
id: "3", name: "María López", role: "Mamá de Dos", testimonial: "A mis hijos les encanta. Frescos, rápidos y sabrosos. Venimos cada semana.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "María López"
},
{
id: "4", name: "Javier Martín", role: "Estudiante", testimonial: "Excelente relación precio-calidad. Los smashburgers son adictivos.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Javier Martín"
id: "4", name: "Javier Martín", role: "Estudiante", testimonial: "Excelente relación precio-calidad. Los smashburgers son adictivos.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Javier Martín"
},
{
id: "5", name: "Ana Torres", role: "Vecina del Barrio", testimonial: "Profesionales, amables y siempre con ganas de atender. Recomendado 100%.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Ana Torres"
id: "5", name: "Ana Torres", role: "Vecina del Barrio", testimonial: "Profesionales, amables y siempre con ganas de atender. Recomendado 100%.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Ana Torres"
},
{
id: "6", name: "David Fernández", role: "Empresario Local", testimonial: "Un orgullo tener a Papola en el barrio. Auténtico, rápido y de calidad premium.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3", imageAlt: "David Fernández"
id: "6", name: "David Fernández", role: "Empresario Local", testimonial: "Un orgullo tener a Papola en el barrio. Auténtico, rápido y de calidad premium.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "David Fernández"
}
]}
animationType="slide-up"
@@ -164,9 +164,9 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="¿Dónde nos encontramos?"
description="C. de la Virgen de África, 14, Mercado de San Pascual, Ciudad Lineal, 28027 Madrid. Abierto todos los días hasta la 1:00 am. Llamanos al 614 10 24 94"
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/hamburgers-with-fries-cup-sauce-wooden-tray_181624-2600.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/hamburgers-with-fries-cup-sauce-wooden-tray_181624-2600.jpg"
imageAlt="Ubicación de Papola"
mediaAnimation="blur-reveal"
mediaPosition="right"