diff --git a/src/app/page.tsx b/src/app/page.tsx
index 63f4746..055cb5c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="large"
- background="aurora"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -48,7 +48,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="El obrador del que habla todo Madrid"
description="Croissants artesanales, masa madre y bollería hecha a mano cada mañana cerca de Plaza de Olavide."
- background={{ variant: "aurora" }}
+ background={{ variant: "plain" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/plate-with-croissant-strawberries_23-2147717731.jpg", imageAlt: "Croissant fresco rompiéndose" },
{ imageSrc: "http://img.b2bpic.net/free-photo/croissant-baking-preparation-food-photography_53876-106084.jpg", imageAlt: "Laminado de masa artesanal" },
@@ -69,17 +69,17 @@ export default function LandingPage() {
@@ -91,22 +91,22 @@ export default function LandingPage() {
description="Descubre los productos que enamoran a Madrid cada mañana"
tag="Lo más vendido"
tagIcon={Heart}
- tagAnimation="entrance-slide"
+ tagAnimation="slide-up"
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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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
@@ -119,7 +119,7 @@ export default function LandingPage() {
buttons={[
{ text: "Reservar ahora", href: "#preorder" }
]}
- buttonAnimation="entrance-slide"
+ buttonAnimation="slide-up"
ariaLabel="Featured products section"
/>
@@ -130,18 +130,18 @@ export default function LandingPage() {
description="Tres pilares que definen nuestra filosofía de panadería artesanal premium"
tag="Nuestra Esencia"
tagIcon={Leaf}
- tagAnimation="entrance-slide"
+ tagAnimation="slide-up"
features={[
{
title: "Producto del Día", description: "Todo lo que ves se hornea cada mañana. Sin precocinados, sin conservantes. Solo ingredientes reales.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273131.jpg", imageAlt: "Interior del obrador artesanal", buttonIcon: CheckCircle,
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?_wi=2", 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", 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?_wi=1", 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", imageAlt: "Proceso artesanal de elaboración", buttonIcon: CheckCircle,
buttonHref: "#preorder"
}
]}
@@ -157,25 +157,25 @@ export default function LandingPage() {
description="Cientos de personas disfrutan cada día del trabajo que hacemos con pasión"
tag="Reseñas"
tagIcon={Star}
- tagAnimation="entrance-slide"
+ tagAnimation="slide-up"
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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Caracola de chocolate"
}
]}
textboxLayout="default"
@@ -188,7 +188,7 @@ export default function LandingPage() {