Merge version_1_1781444530348 into main #1

Merged
bender merged 2 commits from version_1_1781444530348 into main 2026-06-14 13:44:28 +00:00

View File

@@ -18,29 +18,20 @@ export default function HomePage() {
title="Café Bar Nueva Avenida"
description="El punto de encuentro perfecto en Lardero para empezar el día con el mejor café y un ambiente inmejorable."
primaryButton={{
text: "Ver menú",
href: "#menu",
}}
text: "Ver menú", href: "#menu"}}
secondaryButton={{
text: "Cómo llegar",
href: "#contact",
}}
text: "Cómo llegar", href: "#contact"}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-onion-soup-wooden-table_123827-19762.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-onion-soup-wooden-table_123827-19762.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4892.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4892.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -65,40 +56,19 @@ export default function HomePage() {
description="Descubre nuestra selección de desayunos, snacks y bebidas preparadas con mimo."
items={[
{
title: "Croissants Artesanos",
description: "Recién horneados cada mañana.",
imageSrc: "http://img.b2bpic.net/free-photo/dessert-cup-coffee_140725-6112.jpg",
},
title: "Croissants Artesanos", description: "Recién horneados cada mañana.", imageSrc: "http://img.b2bpic.net/free-photo/dessert-cup-coffee_140725-6112.jpg"},
{
title: "Café de Especialidad",
description: "El mejor tueste para tu mañana.",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-concept-handsome-bearded-man-apron-making-coffee-while-standing-cafe_1258-104246.jpg",
},
title: "Café de Especialidad", description: "El mejor tueste para tu mañana.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-concept-handsome-bearded-man-apron-making-coffee-while-standing-cafe_1258-104246.jpg"},
{
title: "Bocadillos del Día",
description: "Ingredientes frescos de calidad.",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-sandwiches-white-background_23-2148617390.jpg",
},
title: "Bocadillos del Día", description: "Ingredientes frescos de calidad.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-sandwiches-white-background_23-2148617390.jpg"},
{
title: "Zumos Naturales",
description: "Fruta exprimida al momento.",
imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-glass_74190-3557.jpg",
},
title: "Zumos Naturales", description: "Fruta exprimida al momento.", imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-glass_74190-3557.jpg"},
{
title: "Repostería Casera",
description: "Dulces tradicionales y únicos.",
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-caramel-cream_114579-17184.jpg",
},
title: "Repostería Casera", description: "Dulces tradicionales y únicos.", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-caramel-cream_114579-17184.jpg"},
{
title: "Bebidas Refrescantes",
description: "Perfectas para cualquier hora.",
imageSrc: "http://img.b2bpic.net/free-photo/iced-caramel-macchiato-with-coffee-beans-dark-background_84443-94736.jpg",
},
title: "Bebidas Refrescantes", description: "Perfectas para cualquier hora.", imageSrc: "http://img.b2bpic.net/free-photo/iced-caramel-macchiato-with-coffee-beans-dark-background_84443-94736.jpg"},
{
title: "Pinchos y Tapas",
description: "Lo mejor del sabor local.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-wooden-table_23-2148633450.jpg",
},
title: "Pinchos y Tapas", description: "Lo mejor del sabor local.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-wooden-table_23-2148633450.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -112,26 +82,11 @@ export default function HomePage() {
description="Nos esforzamos por ofrecerte un servicio que te haga volver siempre."
steps={[
{
tag: "Calidad",
title: "Productos frescos",
subtitle: "A diario",
description: "Seleccionamos ingredientes locales para garantizar frescura.",
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-croissant-breakfast-grey-background_114579-58967.jpg",
},
tag: "Calidad", title: "Productos frescos", subtitle: "A diario", description: "Seleccionamos ingredientes locales para garantizar frescura.", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-croissant-breakfast-grey-background_114579-58967.jpg"},
{
tag: "Atención",
title: "Trato cercano",
subtitle: "Con corazón",
description: "Cada cliente es parte de nuestra pequeña familia.",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg",
},
tag: "Atención", title: "Trato cercano", subtitle: "Con corazón", description: "Cada cliente es parte de nuestra pequeña familia.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg"},
{
tag: "Ambiente",
title: "Espacio acogedor",
subtitle: "Siéntete en casa",
description: "Un lugar diseñado para relajarte y disfrutar.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-hot-strong-with-fresh-brown-coffee-seeds-cream-rustic-desk-coffee-seed-drink-photo-grain_140725-28070.jpg",
},
tag: "Ambiente", title: "Espacio acogedor", subtitle: "Siéntete en casa", description: "Un lugar diseñado para relajarte y disfrutar.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-hot-strong-with-fresh-brown-coffee-seeds-cream-rustic-desk-coffee-seed-drink-photo-grain_140725-28070.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -145,45 +100,20 @@ export default function HomePage() {
description="La satisfacción de nuestros vecinos es nuestro mayor logro."
testimonials={[
{
id: "t1",
name: "Elena Martínez",
role: "Cliente regular",
company: "Vecina de Lardero",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/multicultural-friends-laughing-together-medium-shot_23-2148422484.jpg",
},
name: "Elena Martínez", role: "Cliente regular", company: "Vecina de Lardero", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/multicultural-friends-laughing-together-medium-shot_23-2148422484.jpg"},
{
id: "t2",
name: "Javier López",
role: "Cliente diario",
company: "Lardero",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-smiling-woman-with-book-reading-cafe-enjoying-morning-breakfast-coffee_1258-122451.jpg",
},
name: "Javier López", role: "Cliente diario", company: "Lardero", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-smiling-woman-with-book-reading-cafe-enjoying-morning-breakfast-coffee_1258-122451.jpg"},
{
id: "t3",
name: "María García",
role: "Cliente frecuente",
company: "Lardero",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elder-woman-window_329181-14796.jpg",
},
name: "María García", role: "Cliente frecuente", company: "Lardero", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elder-woman-window_329181-14796.jpg"},
{
id: "t4",
name: "Pedro Sánchez",
role: "Cliente",
company: "Lardero",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-10408.jpg",
},
name: "Pedro Sánchez", role: "Cliente", company: "Lardero", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-10408.jpg"},
{
id: "t5",
name: "Lucía Fernández",
role: "Cliente habitual",
company: "Lardero",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cup-white-coffee-with-saucer-spoon-wooden-table_23-2147862860.jpg",
},
name: "Lucía Fernández", role: "Cliente habitual", company: "Lardero", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cup-white-coffee-with-saucer-spoon-wooden-table_23-2147862860.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -196,14 +126,7 @@ export default function HomePage() {
title="Trabajamos con lo mejor"
description="Proveedores de proximidad que nos ayudan a ofrecer la máxima calidad."
names={[
"Cafés Premium",
"Panadería Artesana",
"Frutas Lardero",
"Distribuciones Norte",
"Vinos Riojanos",
"Lácteos del Valle",
"Repostería Tradicional",
]}
"Cafés Premium", "Panadería Artesana", "Frutas Lardero", "Distribuciones Norte", "Vinos Riojanos", "Lácteos del Valle", "Repostería Tradicional"]}
/>
</SectionErrorBoundary>
</div>
@@ -216,17 +139,11 @@ export default function HomePage() {
description="Todo lo que necesitas saber antes de tu próxima visita."
items={[
{
question: "¿Tienen opciones sin gluten?",
answer: "Sí, disponemos de una pequeña selección de productos sin gluten bajo pedido.",
},
question: "¿Tienen opciones sin gluten?", answer: "Sí, disponemos de una pequeña selección de productos sin gluten bajo pedido."},
{
question: "¿Puedo reservar para grupos?",
answer: "Por supuesto, llámanos o ven a visitarnos para organizar tus reuniones.",
},
question: "¿Puedo reservar para grupos?", answer: "Por supuesto, llámanos o ven a visitarnos para organizar tus reuniones."},
{
question: "¿Cuál es vuestro horario habitual?",
answer: "Abrimos de lunes a domingo, desde la primera hora de la mañana.",
},
question: "¿Cuál es vuestro horario habitual?", answer: "Abrimos de lunes a domingo, desde la primera hora de la mañana."},
]}
imageSrc="http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg"
/>
@@ -239,13 +156,9 @@ export default function HomePage() {
tag="Contáctanos"
text="Ven a visitarnos o llámanos para cualquier consulta. ¡Te esperamos con el mejor ambiente de Lardero!"
primaryButton={{
text: "Llamar ahora",
href: "tel:+34941000000",
}}
text: "Llamar ahora", href: "tel:+34941000000"}}
secondaryButton={{
text: "Cómo llegar",
href: "https://maps.google.com",
}}
text: "Cómo llegar", href: "https://maps.google.com"}}
/>
</SectionErrorBoundary>
</div>