Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 12:32:10 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroLogo
logoText="Descubre el sabor de Arequipa en cada taza"
description="Café artesanal, desayunos deliciosos y postres irresistibles desde las 4:30 a.m."
imageSrc="http://img.b2bpic.net/free-photo/breakfast-bed_23-2148079537.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/breakfast-bed_23-2148079537.jpg"
imageAlt="Latte art coffee with beautiful foam"
buttons={[
{ text: "Ver Menú", href: "#menu" },
@@ -71,7 +71,7 @@ export default function LandingPage() {
description="Rutta Café Arequipa es un espacio acogedor donde el café, la tradición y los sabores auténticos se encuentran. Desde temprano en la mañana ofrecemos desayunos, jugos naturales, infusiones y postres preparados con ingredientes frescos."
subdescription="Ubicado en La Ibérica, Cerro Colorado. Abierto todos los días de 4:30 a.m. a 9:45 p.m., somos tu compañía perfecta en cualquier momento del día."
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/breakfast-bed_23-2148079545.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/breakfast-bed_23-2148079545.jpg"
imageAlt="Interior acogedor de Rutta Café"
mediaAnimation="blur-reveal"
useInvertedBackground={true}
@@ -96,14 +96,14 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{ id: "espresso", name: "Espresso", price: "S/ 8", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-burlap-cloths_23-2148441186.jpg?_wi=1", imageAlt: "Espresso" },
{ id: "cappuccino", name: "Cappuccino", price: "S/ 12", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-burlap-cloths_23-2148441186.jpg?_wi=2", imageAlt: "Cappuccino" },
{ id: "latte", name: "Latte", price: "S/ 12", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-burlap-cloths_23-2148441186.jpg?_wi=3", imageAlt: "Latte" },
{ id: "chocolate", name: "Chocolate Caliente", price: "S/ 14", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-burlap-cloths_23-2148441186.jpg?_wi=4", imageAlt: "Chocolate Caliente" },
{ id: "jugo-fresa", name: "Jugo Fresa", price: "S/ 18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-hot-dogs-with-fig-slices-almond-wooden-chopping-board-kitchen-counter_23-2147956750.jpg?_wi=1", imageAlt: "Jugo Fresa" },
{ id: "sandwich", name: "Ciabatta de Pollo", price: "S/ 24", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-hot-dogs-with-fig-slices-almond-wooden-chopping-board-kitchen-counter_23-2147956750.jpg?_wi=2", imageAlt: "Ciabatta de Pollo" },
{ id: "brownie", name: "Brownie con Helado", price: "S/ 18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-bar-croissants_23-2148542469.jpg?_wi=1", imageAlt: "Brownie con Helado" },
{ id: "croissant", name: "Croissant Jamón y Queso", price: "S/ 21", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-bar-croissants_23-2148542469.jpg?_wi=2", imageAlt: "Croissant Jamón y Queso" }
{ id: "espresso", name: "Espresso", price: "S/ 8", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-burlap-cloths_23-2148441186.jpg", imageAlt: "Espresso" },
{ id: "cappuccino", name: "Cappuccino", price: "S/ 12", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-burlap-cloths_23-2148441186.jpg", imageAlt: "Cappuccino" },
{ id: "latte", name: "Latte", price: "S/ 12", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-burlap-cloths_23-2148441186.jpg", imageAlt: "Latte" },
{ id: "chocolate", name: "Chocolate Caliente", price: "S/ 14", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-burlap-cloths_23-2148441186.jpg", imageAlt: "Chocolate Caliente" },
{ id: "jugo-fresa", name: "Jugo Fresa", price: "S/ 18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-hot-dogs-with-fig-slices-almond-wooden-chopping-board-kitchen-counter_23-2147956750.jpg", imageAlt: "Jugo Fresa" },
{ id: "sandwich", name: "Ciabatta de Pollo", price: "S/ 24", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-hot-dogs-with-fig-slices-almond-wooden-chopping-board-kitchen-counter_23-2147956750.jpg", imageAlt: "Ciabatta de Pollo" },
{ id: "brownie", name: "Brownie con Helado", price: "S/ 18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-bar-croissants_23-2148542469.jpg", imageAlt: "Brownie con Helado" },
{ id: "croissant", name: "Croissant Jamón y Queso", price: "S/ 21", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-bar-croissants_23-2148542469.jpg", imageAlt: "Croissant Jamón y Queso" }
]}
containerClassName="py-20"
cardClassName="rounded-xl overflow-hidden group cursor-pointer"
@@ -112,6 +112,7 @@ export default function LandingPage() {
cardNameClassName="font-semibold text-lg"
cardPriceClassName="text-xl font-bold"
/>
/>
</div>
<div id="hours" data-section="hours" className="relative w-full">
@@ -154,18 +155,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Café Artesanal", description: "Espresso perfecto, cappuccinos cremosos y lattes decorados con arte latte.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-131790.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-burlap-cloths_23-2148441186.jpg?_wi=5" }
title: "Café Artesanal", description: "Espresso perfecto, cappuccinos cremosos y lattes decorados con arte latte.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-131790.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-burlap-cloths_23-2148441186.jpg" }
},
{
id: 2,
title: "Postres Irresistibles", description: "Brownies, pies de manzana, tartas de chocolate y kekes artesanales.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/crop-person-powdering-biscuit-with-berries_23-2147693553.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-bar-croissants_23-2148542469.jpg?_wi=3" }
title: "Postres Irresistibles", description: "Brownies, pies de manzana, tartas de chocolate y kekes artesanales.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/crop-person-powdering-biscuit-with-berries_23-2147693553.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-bar-croissants_23-2148542469.jpg" }
},
{
id: 3,
title: "Ambiente Acogedor", description: "Un espacio elegante, minimalista y cálido donde disfrutar cada momento.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/breakfast-bed_23-2148079545.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-eclair-wooden-table-closeup_169016-21339.jpg?_wi=1" }
title: "Ambiente Acogedor", description: "Un espacio elegante, minimalista y cálido donde disfrutar cada momento.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/breakfast-bed_23-2148079545.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-eclair-wooden-table-closeup_169016-21339.jpg" }
}
]}
containerClassName="py-20"
@@ -174,6 +175,7 @@ export default function LandingPage() {
featureTitleClassName="font-bold text-2xl"
featureDescriptionClassName="text-base leading-relaxed"
/>
/>
</div>
<div id="testimonials" data-section="testimonials" className="relative w-full">
@@ -191,38 +193,39 @@ export default function LandingPage() {
testimonials={[
{
id: "testimonial-1", name: "María García", handle: "@maria_arequipa", testimonial: "El mejor café que he probado en Arequipa. El ambiente es perfecto para trabajar o relajarse.", icon: Heart,
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-bed_23-2148079537.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-bed_23-2148079537.jpg"
},
{
id: "testimonial-2", name: "Carlos Mendez", handle: "@carlos_foodie", testimonial: "Los pasteles artesanales son increíbles. Combina perfectamente con sus cafés especiales.", icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-bar-croissants_23-2148542469.jpg?_wi=4"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-bar-croissants_23-2148542469.jpg"
},
{
id: "testimonial-3", name: "Laura Quispe", handle: "@laura_lifestyle", testimonial: "Un lugar acogedor y elegante. Me encanta venir cada mañana a desayunar.", icon: Coffee,
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-bed_23-2148079545.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-bed_23-2148079545.jpg"
},
{
id: "testimonial-4", name: "Juan Flores", handle: "@juan_coffee", testimonial: "La atención es excelente y el café tiene ese toque especial que solo encuentro aquí.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-131790.jpg?_wi=2"
id: "testimonial-4", name: "Juan Flores", handle: "@juan_coffee", testimonial: "La atención es excelente y el café tiene ese toque especial que solo encuentro aquí.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-131790.jpg"
},
{
id: "testimonial-5", name: "Sofia Romero", handle: "@sofia_arequipa", testimonial: "Definitivamente mi lugar favorito. Los desayunos son deliciosos y muy bien presentados.", icon: Star,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-hot-dogs-with-fig-slices-almond-wooden-chopping-board-kitchen-counter_23-2147956750.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-hot-dogs-with-fig-slices-almond-wooden-chopping-board-kitchen-counter_23-2147956750.jpg"
},
{
id: "testimonial-6", name: "Roberto Soto", handle: "@roberto_cafe", testimonial: "Rutta es sinónimo de calidad. Recomendado para cualquier momento del día.", imageSrc: "http://img.b2bpic.net/free-photo/crop-person-powdering-biscuit-with-berries_23-2147693553.jpg?_wi=2"
id: "testimonial-6", name: "Roberto Soto", handle: "@roberto_cafe", testimonial: "Rutta es sinónimo de calidad. Recomendado para cualquier momento del día.", imageSrc: "http://img.b2bpic.net/free-photo/crop-person-powdering-biscuit-with-berries_23-2147693553.jpg"
}
]}
containerClassName="py-20"
titleClassName="text-4xl md:text-5xl font-bold mb-4"
descriptionClassName="text-lg leading-relaxed mb-8"
/>
/>
</div>
<div id="contact" data-section="contact" className="relative w-full">
<ContactSplitForm
title="Ponte en Contacto"
description="¿Preguntas sobre nuestro menú o ubicación? Escríbenos y te responderemos pronto."
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-eclair-wooden-table-closeup_169016-21339.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-eclair-wooden-table-closeup_169016-21339.jpg"
imageAlt="Rutta Café interior"
mediaAnimation="slide-up"
mediaPosition="right"