Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 18:20:39 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="large"
background="aurora"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -45,7 +45,7 @@ export default function LandingPage() {
tag="Cafetería Local"
tagIcon={Coffee}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "☎️ Llamar ahora", href: "tel:+542234123456" },
{ text: "📝 Hacer consulta", href: "contact" },
@@ -55,13 +55,13 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", imageAlt: "Interior del café Simple.cafe"},
{
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-pouring-coffee-white-mug-with-three-croissants-wooden-board_181624-46083.jpg?_wi=1", imageAlt: "Café con medialunas"},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-pouring-coffee-white-mug-with-three-croissants-wooden-board_181624-46083.jpg", imageAlt: "Café con medialunas"},
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-milk-dried-dates-basket-gogals-marble-table_114579-29993.jpg?_wi=1", imageAlt: "Medialunas y budines frescos"},
imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-milk-dried-dates-basket-gogals-marble-table_114579-29993.jpg", imageAlt: "Medialunas y budines frescos"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-tea-with-dried-raisins-wood-bowl-rustic_141793-7186.jpg?_wi=1", imageAlt: "Té e infusiones"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-tea-with-dried-raisins-wood-bowl-rustic_141793-7186.jpg", imageAlt: "Té e infusiones"},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg?_wi=1", imageAlt: "Ambiente acogedor"},
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", imageAlt: "Ambiente acogedor"},
]}
useInvertedBackground={false}
ariaLabel="Sección hero de Simple.cafe"
@@ -72,11 +72,11 @@ export default function LandingPage() {
<ProductCardThree
products={[
{
id: "1", name: "Café con medialunas", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-pouring-coffee-white-mug-with-three-croissants-wooden-board_181624-46083.jpg?_wi=2", imageAlt: "Café con medialunas recién horneadas"},
id: "1", name: "Café con medialunas", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-pouring-coffee-white-mug-with-three-croissants-wooden-board_181624-46083.jpg", imageAlt: "Café con medialunas recién horneadas"},
{
id: "2", name: "Combo merienda clásica", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-milk-dried-dates-basket-gogals-marble-table_114579-29993.jpg?_wi=2", imageAlt: "Medialunas, budín y café"},
id: "2", name: "Combo merienda clásica", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-milk-dried-dates-basket-gogals-marble-table_114579-29993.jpg", imageAlt: "Medialunas, budín y café"},
{
id: "3", name: "Tés e infusiones", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-tea-with-dried-raisins-wood-bowl-rustic_141793-7186.jpg?_wi=2", imageAlt: "Variedad de tés premium"},
id: "3", name: "Tés e infusiones", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-tea-with-dried-raisins-wood-bowl-rustic_141793-7186.jpg", imageAlt: "Variedad de tés premium"},
]}
title="Nuestro menú"
description="Opciones deliciosas de café, té y merienda para todos los gustos"
@@ -98,7 +98,7 @@ export default function LandingPage() {
tag="Quiénes somos"
tagIcon={Heart}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg"
imageAlt="Ambiente acogedor de Simple.cafe"
buttons={[{ text: "Conocer más", href: "#contact" }]}
buttonAnimation="slide-up"