Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 16:44:41 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboard
title="Casa Simoneta El Cafecito del Barrio"
description="Disfruta del mejor café de especialidad en un ambiente acogedor en San Lorenzo, Heredia. Cada taza preparada con amor, calidad y ese toque artesanal que nos caracteriza."
background={{ variant: "plain" }}
background={{ variant: "floatingGradient" }}
tag="Café de Especialidad"
tagIcon={Coffee}
tagAnimation="slide-up"
@@ -86,11 +86,11 @@ export default function LandingPage() {
{
id: "1", name: "Espresso Puro", price: "₡3,500", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cups-coffee-with-cookies_23-2148337217.jpg", imageAlt: "espresso coffee cup shot glass strong coffee"},
{
id: "2", name: "Cappuccino Cremoso", price: "₡4,500", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg?_wi=1", imageAlt: "cappuccino latte art milk coffee espresso drink"},
id: "2", name: "Cappuccino Cremoso", price: "₡4,500", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg", imageAlt: "cappuccino latte art milk coffee espresso drink"},
{
id: "3", name: "Café V60 Filtrado", price: "₡5,000", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-pouring-coffee-glass-black-background_181624-47216.jpg", imageAlt: "pour over coffee V60 filtered coffee brewing"},
{
id: "4", name: "Latte Artesanal", price: "₡4,800", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg?_wi=2", imageAlt: "latte latte art milk coffee cappuccino"},
id: "4", name: "Latte Artesanal", price: "₡4,800", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg", imageAlt: "latte latte art milk coffee cappuccino"},
{
id: "5", name: "Cold Brew", price: "₡4,200", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "cold brew iced coffee cold drink summer coffee"},
{
@@ -125,13 +125,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Ambiente Perfecto", quote: "Muy buen café y ambiente tranquilo. Es mi lugar favorito para relajarme con amigos después del trabajo.", name: "María García", role: "Visitante Regular", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "woman portrait happy face professional headshot smiling woman"},
id: "1", title: "Ambiente Perfecto", quote: "Muy buen café y ambiente tranquilo. Es mi lugar favorito para relajarme con amigos después del trabajo.", name: "María García", role: "Visitante Regular", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "woman portrait happy face professional headshot smiling woman"},
{
id: "2", title: "Café Excepcional", quote: "La calidad del café aquí es incomparable. Se nota que cada taza está preparada con pasión y experticia.", name: "Carlos López", role: "Entusiasta de Café", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "man portrait happy face professional headshot smiling man"},
id: "2", title: "Café Excepcional", quote: "La calidad del café aquí es incomparable. Se nota que cada taza está preparada con pasión y experticia.", name: "Carlos López", role: "Entusiasta de Café", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "man portrait happy face professional headshot smiling man"},
{
id: "3", title: "Espacio Acogedor", quote: "Recomendado para relajarse con amigos o trabajar. Los dueños son muy amables y atentos.", name: "Sofia Ramírez", role: "Profesional Independiente", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "woman portrait happy face professional headshot confident woman"},
id: "3", title: "Espacio Acogedor", quote: "Recomendado para relajarse con amigos o trabajar. Los dueños son muy amables y atentos.", name: "Sofia Ramírez", role: "Profesional Independiente", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "woman portrait happy face professional headshot confident woman"},
{
id: "4", title: "Una Experiencia Completa", quote: "No es solo café, es una experiencia. La combinación de bebida, ambiente y atención es perfecta.", name: "Diego Mora", role: "Visitante Frecuente", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "man portrait happy face professional headshot confident man"},
id: "4", title: "Una Experiencia Completa", quote: "No es solo café, es una experiencia. La combinación de bebida, ambiente y atención es perfecta.", name: "Diego Mora", role: "Visitante Frecuente", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "man portrait happy face professional headshot confident man"},
]}
ariaLabel="Customer testimonials section"
/>