Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-10 07:18:03 +00:00
2 changed files with 1382 additions and 15 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -76,7 +76,7 @@ export default function LandingPage() {
{ value: "100%", title: "Producto del día - Horneado cada mañana" },
{ value: "∞", title: "Fermentación lenta - Procesos tradicionales" }
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-bread-cloth_23-2149234820.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-bread-cloth_23-2149234820.jpg?_wi=1"
imageAlt="Proceso de fermentación de masa madre"
mediaAnimation="blur-reveal"
metricsAnimation="entrance-slide"
@@ -94,19 +94,19 @@ export default function LandingPage() {
tagAnimation="entrance-slide"
products={[
{
id: "croissant-pistacho", name: "Croissant de Pistacho", price: "€4,50", variant: "Crujiente • Cremoso • Único", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-pastries-with-cup-tea-dark-space_140725-79763.jpg", imageAlt: "Croissant de pistacho premium", isFavorited: false
id: "croissant-pistacho", name: "Croissant de Pistacho", price: "€4,50", variant: "Crujiente • Cremoso • Único", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-pastries-with-cup-tea-dark-space_140725-79763.jpg?_wi=1", imageAlt: "Croissant de pistacho premium", isFavorited: false
},
{
id: "pain-suisse", name: "Pain Suisse", price: "€5,00", variant: "Chocolate • Crema • Laminado", imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-coffee-plaster-picnic-cloth-flat-lay_176474-8235.jpg", imageAlt: "Pain suisse de chocolate y crema", isFavorited: false
id: "pain-suisse", name: "Pain Suisse", price: "€5,00", variant: "Chocolate • Crema • Laminado", imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-coffee-plaster-picnic-cloth-flat-lay_176474-8235.jpg?_wi=1", imageAlt: "Pain suisse de chocolate y crema", isFavorited: false
},
{
id: "banana-bread", name: "Banana Bread", price: "€4,75", variant: "Jugoso • Intenso • Natural", imageSrc: "http://img.b2bpic.net/free-photo/homemade-ground-meatloaf-with-ketchup-basil_2829-16332.jpg", imageAlt: "Banana bread artesanal", isFavorited: false
id: "banana-bread", name: "Banana Bread", price: "€4,75", variant: "Jugoso • Intenso • Natural", imageSrc: "http://img.b2bpic.net/free-photo/homemade-ground-meatloaf-with-ketchup-basil_2829-16332.jpg?_wi=1", imageAlt: "Banana bread artesanal", isFavorited: false
},
{
id: "kouign-amann", name: "Kouign-Amann Cardamomo", price: "€3,50", variant: "Caramelizado • Mantequilloso • Único", imageSrc: "http://img.b2bpic.net/free-photo/cake-chestnuts-flat-lay_23-2148395167.jpg", imageAlt: "Kouign-Amann de cardamomo", isFavorited: false
id: "kouign-amann", name: "Kouign-Amann Cardamomo", price: "€3,50", variant: "Caramelizado • Mantequilloso • Único", imageSrc: "http://img.b2bpic.net/free-photo/cake-chestnuts-flat-lay_23-2148395167.jpg?_wi=1", imageAlt: "Kouign-Amann de cardamomo", isFavorited: false
},
{
id: "caracola", name: "Caracola de Chocolate", price: "€4,00", variant: "Chocolate Oscuro • Laminada • Premium", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-muffins-chocolate-sauce-top-view_114579-61366.jpg", imageAlt: "Caracola de chocolate oscuro", isFavorited: false
id: "caracola", name: "Caracola de Chocolate", price: "€4,00", variant: "Chocolate Oscuro • Laminada • Premium", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-muffins-chocolate-sauce-top-view_114579-61366.jpg?_wi=1", imageAlt: "Caracola de chocolate oscuro", isFavorited: false
},
{
id: "croissant-clasico", name: "Croissant Clásico", price: "€3,75", variant: "Mantequilla • Crujiente • Tradicional", imageSrc: "http://img.b2bpic.net/free-photo/macro-picture-croissants-with-powdered-sugar-grey-table_176420-6883.jpg", imageAlt: "Croissant clásico francés", isFavorited: false
@@ -137,11 +137,11 @@ export default function LandingPage() {
buttonHref: "#preorder"
},
{
title: "Fermentación Lenta", description: "Trabajamos con masa madre y procesos tradicionales. El tiempo es el mejor ingrediente.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-cloth_23-2149234820.jpg", imageAlt: "Proceso de fermentación natural", buttonIcon: CheckCircle,
title: "Fermentación Lenta", description: "Trabajamos con masa madre y procesos tradicionales. El tiempo es el mejor ingrediente.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-cloth_23-2149234820.jpg?_wi=2", imageAlt: "Proceso de fermentación natural", buttonIcon: CheckCircle,
buttonHref: "#preorder"
},
{
title: "Pequeños Lotes", description: "Preferimos hacer menos... pero hacerlo perfecto. Cada croissant es una obra de arte.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-standing-work-counter_1170-2288.jpg", imageAlt: "Proceso artesanal de elaboración", buttonIcon: CheckCircle,
title: "Pequeños Lotes", description: "Preferimos hacer menos... pero hacerlo perfecto. Cada croissant es una obra de arte.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-standing-work-counter_1170-2288.jpg?_wi=1", imageAlt: "Proceso artesanal de elaboración", buttonIcon: CheckCircle,
buttonHref: "#preorder"
}
]}
@@ -160,22 +160,22 @@ export default function LandingPage() {
tagAnimation="entrance-slide"
testimonials={[
{
id: "1", name: "María López, Abogada", date: "Date: 15 Enero 2025", title: "Uno de los mejores obradores de Madrid", quote: "He probado croissants en París y estos no tienen nada que envidiarles. La masa está perfecta, el sabor es increíble y el servicio muy atento.", tag: "Cliente Frecuente", avatarSrc: "http://img.b2bpic.net/free-photo/happy-amusing-young-woman-smiling-eating-cakes_171337-14496.jpg", avatarAlt: "María López", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-pastries-with-cup-tea-dark-space_140725-79763.jpg", imageAlt: "Croissant de pistacho"
id: "1", name: "María López, Abogada", date: "Date: 15 Enero 2025", title: "Uno de los mejores obradores de Madrid", quote: "He probado croissants en París y estos no tienen nada que envidiarles. La masa está perfecta, el sabor es increíble y el servicio muy atento.", tag: "Cliente Frecuente", avatarSrc: "http://img.b2bpic.net/free-photo/happy-amusing-young-woman-smiling-eating-cakes_171337-14496.jpg", avatarAlt: "María López", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-pastries-with-cup-tea-dark-space_140725-79763.jpg?_wi=2", imageAlt: "Croissant de pistacho"
},
{
id: "2", name: "Carlos Martínez, Diseñador", date: "Date: 22 Enero 2025", title: "El olor a pan desde la calle es increíble", quote: "Veo la cola desde mi oficina y me doy cuenta de que tienen que estar haciendo algo muy bien. Entro y confirmo que sí. Cada día descubro algo nuevo.", tag: "Fan de la Masa Madre", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-bread_23-2149233697.jpg", avatarAlt: "Carlos Martínez", imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-coffee-plaster-picnic-cloth-flat-lay_176474-8235.jpg", imageAlt: "Pain suisse artesanal"
id: "2", name: "Carlos Martínez, Diseñador", date: "Date: 22 Enero 2025", title: "El olor a pan desde la calle es increíble", quote: "Veo la cola desde mi oficina y me doy cuenta de que tienen que estar haciendo algo muy bien. Entro y confirmo que sí. Cada día descubro algo nuevo.", tag: "Fan de la Masa Madre", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-bread_23-2149233697.jpg", avatarAlt: "Carlos Martínez", imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-coffee-plaster-picnic-cloth-flat-lay_176474-8235.jpg?_wi=2", imageAlt: "Pain suisse artesanal"
},
{
id: "3", name: "Elena García, Empresaria", date: "Date: 10 Febrero 2025", title: "Cada cosa que pruebo está mejor que la anterior", quote: "Empecé con un croissant, luego probé el banana bread, después la caracola... no paro. La calidad es consistente y los precios justos para lo que ofrece.", tag: "Clienta Premium", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-having-coffee-break_23-2149548513.jpg", avatarAlt: "Elena García", imageSrc: "http://img.b2bpic.net/free-photo/homemade-ground-meatloaf-with-ketchup-basil_2829-16332.jpg", imageAlt: "Banana bread fresco"
id: "3", name: "Elena García, Empresaria", date: "Date: 10 Febrero 2025", title: "Cada cosa que pruebo está mejor que la anterior", quote: "Empecé con un croissant, luego probé el banana bread, después la caracola... no paro. La calidad es consistente y los precios justos para lo que ofrece.", tag: "Clienta Premium", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-having-coffee-break_23-2149548513.jpg", avatarAlt: "Elena García", imageSrc: "http://img.b2bpic.net/free-photo/homemade-ground-meatloaf-with-ketchup-basil_2829-16332.jpg?_wi=2", imageAlt: "Banana bread fresco"
},
{
id: "4", name: "David Ruiz, Chef", date: "Date: 5 Febrero 2025", title: "El croissant de pistacho es 10/10", quote: "Como chef profesional, sé reconocer cuando algo está hecho con cuidado. Aquí todo brilla. El croissant de pistacho es una masterclass de técnica y sabor.", tag: "Profesional Gastronómico", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-with-croissant-bed-top-view_169016-15434.jpg", avatarAlt: "David Ruiz", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-pastries-with-cup-tea-dark-space_140725-79763.jpg", imageAlt: "Croissant premium"
id: "4", name: "David Ruiz, Chef", date: "Date: 5 Febrero 2025", title: "El croissant de pistacho es 10/10", quote: "Como chef profesional, sé reconocer cuando algo está hecho con cuidado. Aquí todo brilla. El croissant de pistacho es una masterclass de técnica y sabor.", tag: "Profesional Gastronómico", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-with-croissant-bed-top-view_169016-15434.jpg", avatarAlt: "David Ruiz", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-pastries-with-cup-tea-dark-space_140725-79763.jpg?_wi=3", imageAlt: "Croissant premium"
},
{
id: "5", name: "Laura Fernández, Estudiante", date: "Date: 8 Febrero 2025", title: "Mi parada favorita antes de clase", quote: "La calidad es impresionante. Cada croissant se nota que está recién hecho. Además, el personal es muy amable y el ambiente es perfecto para tomar un café.", tag: "Clienta Regular", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24668.jpg", avatarAlt: "Laura Fernández", imageSrc: "http://img.b2bpic.net/free-photo/cake-chestnuts-flat-lay_23-2148395167.jpg", imageAlt: "Kouign-Amann caramelizado"
id: "5", name: "Laura Fernández, Estudiante", date: "Date: 8 Febrero 2025", title: "Mi parada favorita antes de clase", quote: "La calidad es impresionante. Cada croissant se nota que está recién hecho. Además, el personal es muy amable y el ambiente es perfecto para tomar un café.", tag: "Clienta Regular", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24668.jpg", avatarAlt: "Laura Fernández", imageSrc: "http://img.b2bpic.net/free-photo/cake-chestnuts-flat-lay_23-2148395167.jpg?_wi=2", imageAlt: "Kouign-Amann caramelizado"
},
{
id: "6", name: "Javier Alonso, Vendedor", date: "Date: 12 Febrero 2025", title: "Merece la pena hacer cola", quote: "Eso que dicen en la web es verdad. He llegado con 15 personas por delante y he esperado con gusto. La experiencia completa: aroma, sabor, autenticidad.", tag: "Nuevo Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-eating-piece-cake_171337-4070.jpg", avatarAlt: "Javier Alonso", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-muffins-chocolate-sauce-top-view_114579-61366.jpg", imageAlt: "Caracola de chocolate"
id: "6", name: "Javier Alonso, Vendedor", date: "Date: 12 Febrero 2025", title: "Merece la pena hacer cola", quote: "Eso que dicen en la web es verdad. He llegado con 15 personas por delante y he esperado con gusto. La experiencia completa: aroma, sabor, autenticidad.", tag: "Nuevo Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-eating-piece-cake_171337-4070.jpg", avatarAlt: "Javier Alonso", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-muffins-chocolate-sauce-top-view_114579-61366.jpg?_wi=2", imageAlt: "Caracola de chocolate"
}
]}
textboxLayout="default"
@@ -211,7 +211,7 @@ export default function LandingPage() {
{ value: "1", title: "Horno tradicional - La base de todo" },
{ value: "∞", title: "Pasión - En cada producto" }
]}
imageSrc="http://img.b2bpic.net/free-photo/smiling-baker-standing-work-counter_1170-2288.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-baker-standing-work-counter_1170-2288.jpg?_wi=2"
imageAlt="Proceso artesanal de elaboración"
mediaAnimation="opacity"
metricsAnimation="slide-up"