Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 16:32:16 +00:00

View File

@@ -29,24 +29,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Historia",
id: "#origen",
},
{
name: "Proceso",
id: "#proceso",
},
{
name: "Carta",
id: "#carta",
},
{
name: "Contacto",
id: "#contacto",
},
{ name: "Historia", id: "origen" },
{ name: "Proceso", id: "proceso" },
{ name: "Carta", id: "carta" },
{ name: "Contacto", id: "contacto" },
]}
brandName="KFTON"
button={{ text: "Ordenar", href: "#carta" }}
/>
</div>
@@ -56,12 +45,10 @@ export default function LandingPage() {
description="Café de especialidad con alma colombiana. Elaborado con paciencia, tostado con pasión."
buttons={[
{
text: "Explorar Carta",
href: "#carta",
},
text: "Explorar Carta", href: "#carta"},
]}
imageSrc="http://img.b2bpic.net/free-photo/coffee-beans-spoon_23-2148173323.jpg?_wi=1"
imageAlt="Coffee beans landing"
imageSrc="http://img.b2bpic.net/free-photo/coffee-beans-spoon_23-2148173323.jpg"
imageAlt="luxury specialty coffee beans macro"
/>
</div>
@@ -70,18 +57,11 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Del origen a tu taza.",
},
type: "text", content: "Del origen a tu taza."},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/one-farmer-working-tranquil-autumn-meadow-generated-by-ai_188544-33340.jpg",
alt: "Farmer portrait",
},
type: "image", src: "http://img.b2bpic.net/free-photo/one-farmer-working-tranquil-autumn-meadow-generated-by-ai_188544-33340.jpg", alt: "colombian coffee farmer portrait"},
{
type: "text",
content: "Santi cultiva el alma de KFTON en las cumbres colombianas. Cada grano cuenta una historia de tradición, altura y dedicación artesanal.",
},
type: "text", content: "Santi cultiva el alma de KFTON en las cumbres colombianas. Cada grano cuenta una historia de tradición, altura y dedicación artesanal."},
]}
/>
</div>
@@ -93,26 +73,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "p1",
title: "Cosecha Manual",
subtitle: "Selección grano a grano en los Andes.",
category: "Paso 01",
value: "Sostenibilidad",
},
id: "p1", title: "Cosecha Manual", subtitle: "Selección grano a grano en los Andes.", category: "Paso 01", value: "Sostenibilidad"},
{
id: "p2",
title: "Tueste Lento",
subtitle: "Resaltando el carácter de cada origen.",
category: "Paso 02",
value: "Precisión",
},
id: "p2", title: "Tueste Lento", subtitle: "Resaltando el carácter de cada origen.", category: "Paso 02", value: "Precisión"},
{
id: "p3",
title: "Molienda Fresca",
subtitle: "Punto exacto para máxima extracción.",
category: "Paso 03",
value: "Calidad",
},
id: "p3", title: "Molienda Fresca", subtitle: "Punto exacto para máxima extracción.", category: "Paso 03", value: "Calidad"},
]}
title="El Ritual"
description="Dominamos cada paso para garantizar una experiencia sensorial inigualable."
@@ -127,41 +92,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "c1",
name: "Andes Dark Roast",
price: "$18.00",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-bag-with-beans_23-2151965873.jpg",
},
id: "c1", name: "Andes Dark Roast", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/coffee-bag-with-beans_23-2151965873.jpg"},
{
id: "c2",
name: "Selva Creamy Blend",
price: "$19.50",
imageSrc: "http://img.b2bpic.net/free-photo/tattooed-barista-holds-blank-package-bags-with-freshly-baked-coffee-beans-ready-sale-deliverybrewing_346278-737.jpg",
},
id: "c2", name: "Selva Creamy Blend", price: "$19.50", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-barista-holds-blank-package-bags-with-freshly-baked-coffee-beans-ready-sale-deliverybrewing_346278-737.jpg"},
{
id: "c3",
name: "Oro de Altura",
price: "$22.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-powder-container-wooden-board_23-2148453614.jpg",
},
id: "c3", name: "Oro de Altura", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-powder-container-wooden-board_23-2148453614.jpg"},
{
id: "c4",
name: "Tostado Artesano",
price: "$17.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-dye-pigment_23-2148883187.jpg",
},
id: "c4", name: "Tostado Artesano", price: "$17.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-dye-pigment_23-2148883187.jpg"},
{
id: "c5",
name: "Espresso Profundo",
price: "$20.00",
imageSrc: "http://img.b2bpic.net/free-photo/grinders-near-coffee-beans_23-2147747270.jpg",
},
id: "c5", name: "Espresso Profundo", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/grinders-near-coffee-beans_23-2147747270.jpg"},
{
id: "c6",
name: "Café de Autor",
price: "$25.00",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-coffee-equipment_23-2149371277.jpg",
},
id: "c6", name: "Café de Autor", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-coffee-equipment_23-2149371277.jpg"},
]}
title="Nuestra Selección"
description="Granos seleccionados para los paladares más exigentes."
@@ -174,50 +115,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Excepcional",
quote: "El mejor café que he probado en años, aroma intenso y sabor puro.",
name: "Lucía P.",
role: "Cliente habitual",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-spoon_23-2148173323.jpg?_wi=2",
imageAlt: "luxury specialty coffee beans macro",
},
id: "t1", title: "Excepcional", quote: "El mejor café que he probado en años, aroma intenso y sabor puro.", name: "Lucía P.", role: "Cliente habitual", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-spoon_23-2148173323.jpg", imageAlt: "luxury specialty coffee beans macro"},
{
id: "t2",
title: "Sabor auténtico",
quote: "Notas colombianas inconfundibles, se nota la calidad artesanal.",
name: "Carlos M.",
role: "Barista",
imageSrc: "http://img.b2bpic.net/free-photo/one-farmer-working-tranquil-autumn-meadow-generated-by-ai_188544-33340.jpg",
imageAlt: "colombian coffee farmer portrait",
},
id: "t2", title: "Sabor auténtico", quote: "Notas colombianas inconfundibles, se nota la calidad artesanal.", name: "Carlos M.", role: "Barista", imageSrc: "http://img.b2bpic.net/free-photo/one-farmer-working-tranquil-autumn-meadow-generated-by-ai_188544-33340.jpg", imageAlt: "colombian coffee farmer portrait"},
{
id: "t3",
title: "Un lujo diario",
quote: "KFTON cambió mi ritual matutino, sencillamente insuperable.",
name: "Elena R.",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-seeds-blue-ground_114579-13920.jpg",
imageAlt: "fresh coffee cherry harvesting",
},
id: "t3", title: "Un lujo diario", quote: "KFTON cambió mi ritual matutino, sencillamente insuperable.", name: "Elena R.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-seeds-blue-ground_114579-13920.jpg", imageAlt: "fresh coffee cherry harvesting"},
{
id: "t4",
title: "Calidad top",
quote: "La frescura de este café es otro nivel. Muy recomendado.",
name: "Javier S.",
role: "Coffee Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458070.jpg",
imageAlt: "coffee roasting machine dark roast",
},
id: "t4", title: "Calidad top", quote: "La frescura de este café es otro nivel. Muy recomendado.", name: "Javier S.", role: "Coffee Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458070.jpg", imageAlt: "coffee roasting machine dark roast"},
{
id: "t5",
title: "Autenticidad",
quote: "Se siente el respeto por el origen. Un café honesto.",
name: "Sofia G.",
role: "Crítica",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-blue-surface_176474-630.jpg",
imageAlt: "manual coffee grinder close up",
},
id: "t5", title: "Autenticidad", quote: "Se siente el respeto por el origen. Un café honesto.", name: "Sofia G.", role: "Crítica", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-blue-surface_176474-630.jpg", imageAlt: "manual coffee grinder close up"},
]}
title="Voces de Café"
description="La experiencia de nuestra comunidad en cada sorbo."
@@ -231,20 +137,12 @@ export default function LandingPage() {
description="Queremos compartir nuestra pasión contigo. Ven a probar el origen."
inputs={[
{
name: "name",
type: "text",
placeholder: "Tu nombre",
},
name: "name", type: "text", placeholder: "Tu nombre"},
{
name: "email",
type: "email",
placeholder: "Tu correo",
},
name: "email", type: "email", placeholder: "Tu correo"},
]}
textarea={{
name: "msg",
placeholder: "Mensaje para nosotros",
}}
name: "msg", placeholder: "Mensaje para nosotros"}}
imageSrc="http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg"
/>
</div>
@@ -254,42 +152,27 @@ export default function LandingPage() {
logoText="KFTON"
columns={[
{
title: "KFTON",
items: [
title: "KFTON", items: [
{
label: "Sobre Nosotros",
href: "#origen",
},
label: "Sobre Nosotros", href: "#origen"},
{
label: "Proceso",
href: "#proceso",
},
label: "Proceso", href: "#proceso"},
],
},
{
title: "Tienda",
items: [
title: "Tienda", items: [
{
label: "Carta Completa",
href: "#carta",
},
label: "Carta Completa", href: "#carta"},
{
label: "Contacto",
href: "#contacto",
},
label: "Contacto", href: "#contacto"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacidad",
href: "#",
},
label: "Privacidad", href: "#"},
{
label: "Términos",
href: "#",
},
label: "Términos", href: "#"},
],
},
]}