Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="floatingGradient"
|
background="circleGradient"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -35,7 +35,8 @@ export default function LandingPage() {
|
|||||||
{ name: "Ubicación", id: "contact" },
|
{ name: "Ubicación", id: "contact" },
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Reservar", href: "https://wa.me/50685051660"}}
|
text: "Reservar", href: "https://wa.me/50685051660"
|
||||||
|
}}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -44,7 +45,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
title="Casa Simoneta – El Cafecito del Barrio"
|
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."
|
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: "floatingGradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tag="Café de Especialidad"
|
tag="Café de Especialidad"
|
||||||
tagIcon={Coffee}
|
tagIcon={Coffee}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -84,17 +85,23 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
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: "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", 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: "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", 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"},
|
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"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Té Premium", price: "₡3,800", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-herbs-spices_114579-16707.jpg", imageAlt: "tea premium tea herbal tea tea cup"},
|
id: "6", name: "Té Premium", price: "₡3,800", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-herbs-spices_114579-16707.jpg", imageAlt: "tea premium tea herbal tea tea cup"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
ariaLabel="Coffee and beverage menu products"
|
ariaLabel="Coffee and beverage menu products"
|
||||||
/>
|
/>
|
||||||
@@ -107,9 +114,11 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", value: "100%", description: "Café de especialidad de origen seleccionado, tostado con cuidado para resaltar sus características únicas."},
|
id: "1", value: "100%", description: "Café de especialidad de origen seleccionado, tostado con cuidado para resaltar sus características únicas."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", value: "Artesanal", description: "Cada bebida es preparada a mano con técnicas profesionales y atención al detalle."},
|
id: "2", value: "Artesanal", description: "Cada bebida es preparada a mano con técnicas profesionales y atención al detalle."
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -125,13 +134,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
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", 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", 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", 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", 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"
|
ariaLabel="Customer testimonials section"
|
||||||
/>
|
/>
|
||||||
@@ -146,11 +159,13 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Café instantáneo sin sabor", "Atención impersonal", "Ambiente ruidoso y apresurado"],
|
"Café instantáneo sin sabor", "Atención impersonal", "Ambiente ruidoso y apresurado"
|
||||||
|
],
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Café de especialidad de origen", "Atención cercana y amable", "Ambiente relajado y verde"],
|
"Café de especialidad de origen", "Atención cercana y amable", "Ambiente relajado y verde"
|
||||||
|
],
|
||||||
}}
|
}}
|
||||||
ariaLabel="Feature comparison section"
|
ariaLabel="Feature comparison section"
|
||||||
/>
|
/>
|
||||||
@@ -174,9 +189,11 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Casa Simoneta"
|
logoText="Casa Simoneta"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Política de Privacidad", href: "#"}}
|
text: "Política de Privacidad", href: "#"
|
||||||
|
}}
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Términos de Servicio", href: "#"}}
|
text: "Términos de Servicio", href: "#"
|
||||||
|
}}
|
||||||
ariaLabel="Site footer"
|
ariaLabel="Site footer"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user