Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-11 04:58:36 +00:00

View File

@@ -33,42 +33,24 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Inicio", name: "Inicio", id: "#hero"},
id: "#hero",
},
{ {
name: "Nosotros", name: "Nosotros", id: "#nosotros"},
id: "#nosotros",
},
{ {
name: "Carta", name: "Carta", id: "#productos"},
id: "#productos",
},
{ {
name: "Desayunos", name: "Desayunos", id: "#desayunos-brunch"},
id: "#desayunos-brunch",
},
{ {
name: "Brunch", name: "Brunch", id: "#desayunos-brunch"},
id: "#desayunos-brunch",
},
{ {
name: "Galería", name: "Galería", id: "#desayunos-brunch"},
id: "#desayunos-brunch",
},
{ {
name: "Opiniones", name: "Opiniones", id: "#opiniones"},
id: "#opiniones",
},
{ {
name: "Contacto", name: "Contacto", id: "#contacto"},
id: "#contacto",
},
]} ]}
button={{ button={{
text: "☕ Visítanos", text: "☕ Visítanos", href: "#contacto"}}
href: "#contacto",
}}
logoSrc="http://img.b2bpic.net/free-vector/coffee-shop-retro-logo-template-collection_23-2148371147.jpg" logoSrc="http://img.b2bpic.net/free-vector/coffee-shop-retro-logo-template-collection_23-2148371147.jpg"
logoAlt="Logo K'Fecico" logoAlt="Logo K'Fecico"
brandName="K'Fecico" brandName="K'Fecico"
@@ -79,118 +61,66 @@ export default function LandingPage() {
<HeroBillboardTestimonial <HeroBillboardTestimonial
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="EL LUGAR PERFECTO PARA COMENZAR TU DÍA EN PAMPLONA" title="EL LUGAR PERFECTO PARA COMENZAR TU DÍA EN PAMPLONA"
description="Café de calidad, desayunos irresistibles y un ambiente acogedor donde cada visita se convierte en una experiencia especial." description="Café de calidad, desayunos irresistibles y un ambiente acogedor donde cada visita se convierte en una experiencia especial."
testimonials={[ testimonials={[
{ {
name: "Clientes Satisfechos", name: "Clientes Satisfechos", handle: "@K'Fecico", testimonial: "⭐ 4.3 / 5", rating: 4,
handle: "@K'Fecico", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-199352.jpg", imageAlt: "Avatar cliente"},
testimonial: "⭐ 4.3 / 5",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-199352.jpg",
imageAlt: "Avatar cliente",
},
{ {
name: "María Pérez", name: "María Pérez", handle: "@MariaPerez", testimonial: "El mejor café de Pamplona, siempre con una sonrisa. ¡Mi lugar favorito para empezar el día!", rating: 5,
handle: "@MariaPerez", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", imageAlt: "Avatar de María Pérez"},
testimonial: "El mejor café de Pamplona, siempre con una sonrisa. ¡Mi lugar favorito para empezar el día!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg",
imageAlt: "Avatar de María Pérez",
},
{ {
name: "Juan García", name: "Juan García", handle: "@JuanGrc", testimonial: "Sus tostadas de aguacate son espectaculares y el ambiente es súper relajado. Totalmente recomendado.", rating: 5,
handle: "@JuanGrc", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg", imageAlt: "Avatar de Juan García"},
testimonial: "Sus tostadas de aguacate son espectaculares y el ambiente es súper relajado. Totalmente recomendado.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg",
imageAlt: "Avatar de Juan García",
},
{ {
name: "Ana López", name: "Ana López", handle: "@AnaLo_Pz", testimonial: "Siempre encuentro opciones saludables y deliciosas. El personal es muy amable y atento.", rating: 4,
handle: "@AnaLo_Pz", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg", imageAlt: "Avatar de Ana López"},
testimonial: "Siempre encuentro opciones saludables y deliciosas. El personal es muy amable y atento.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
imageAlt: "Avatar de Ana López",
},
{ {
name: "Pablo Sanz", name: "Pablo Sanz", handle: "@PabloSanz", testimonial: "Ideal para un brunch tranquilo los fines de semana. La calidad de los productos es inmejorable.", rating: 5,
handle: "@PabloSanz", imageSrc: "http://img.b2bpic.net/free-photo/girl-listening-music-while-watching-tablet_1157-2108.jpg", imageAlt: "Avatar de Pablo Sanz"},
testimonial: "Ideal para un brunch tranquilo los fines de semana. La calidad de los productos es inmejorable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-listening-music-while-watching-tablet_1157-2108.jpg",
imageAlt: "Avatar de Pablo Sanz",
},
]} ]}
tag="K'Fecico" tag="K'Fecico"
tagIcon={Coffee} tagIcon={Coffee}
buttons={[ buttons={[
{ {
text: "☕ Ver Carta", text: "☕ Ver Carta", href: "#productos"},
href: "#productos",
},
{ {
text: "🥑 Descubrir Desayunos", text: "🥑 Descubrir Desayunos", href: "#desayunos-brunch"},
href: "#desayunos-brunch",
},
{ {
text: "📍 Cómo Llegar", text: "📍 Cómo Llegar", href: "#contacto"},
href: "#contacto",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg", src: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg", alt: "Cliente feliz"},
alt: "Cliente feliz",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-sitting-coffee-shop-using-digital-tablet-video-chats-with_1258-245379.jpg", src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-sitting-coffee-shop-using-digital-tablet-video-chats-with_1258-245379.jpg", alt: "Cliente disfrutando"},
alt: "Cliente disfrutando",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-businessman-glasses-sits-cafe-with-laptop-looks-concentrated-screen-with-his-project-task-works-remotely-from-coffee-shop_1258-314727.jpg", src: "http://img.b2bpic.net/free-photo/portrait-businessman-glasses-sits-cafe-with-laptop-looks-concentrated-screen-with-his-project-task-works-remotely-from-coffee-shop_1258-314727.jpg", alt: "Cliente relajado"},
alt: "Cliente relajado",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-couple-toasting-with-beer-bottles-while-having-lunch-with-friends-home-focus-is-redhead-woman_637285-5550.jpg", src: "http://img.b2bpic.net/free-photo/young-couple-toasting-with-beer-bottles-while-having-lunch-with-friends-home-focus-is-redhead-woman_637285-5550.jpg", alt: "Grupo de clientes"},
alt: "Grupo de clientes",
},
{ {
src: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg", src: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg", alt: "Cliente satisfecho"},
alt: "Cliente satisfecho",
},
]} ]}
avatarText="+423 Opiniones" avatarText="+423 Opiniones"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-dvtwgb8e.jpg?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-dvtwgb8e.jpg"
imageAlt="Mesa con café y desayuno gourmet en K'Fecico" imageAlt="Mesa con café y desayuno gourmet en K'Fecico"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Café de Especialidad", icon: Coffee,
text: "Café de Especialidad",
icon: Coffee,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Brunch Delicioso", icon: Sparkles,
text: "Brunch Delicioso",
icon: Sparkles,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Repostería Artesanal", icon: Cake,
text: "Repostería Artesanal",
icon: Cake,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Ambiente Acogedor", icon: Home,
text: "Ambiente Acogedor",
icon: Home,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Ingredientes Frescos", icon: Leaf,
text: "Ingredientes Frescos",
icon: Leaf,
}, },
]} ]}
/> />
@@ -204,61 +134,21 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "cafe-especialidad", id: "cafe-especialidad", name: "Café de Especialidad", price: "Desde 2,50€", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-with-wooden-background_23-2148251677.jpg", imageAlt: "Café de especialidad con latte art"},
name: "Café de Especialidad",
price: "Desde 2,50€",
imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-with-wooden-background_23-2148251677.jpg",
imageAlt: "Café de especialidad con latte art",
},
{ {
id: "tostada-aguacate", id: "tostada-aguacate", name: "Tostada de Aguacate", price: "6,90€", imageSrc: "http://img.b2bpic.net/free-photo/drinks-food-breakfast_23-2147693849.jpg", imageAlt: "Tostada de aguacate y huevo escalfado"},
name: "Tostada de Aguacate",
price: "6,90€",
imageSrc: "http://img.b2bpic.net/free-photo/drinks-food-breakfast_23-2147693849.jpg",
imageAlt: "Tostada de aguacate y huevo escalfado",
},
{ {
id: "tostada-tomate", id: "tostada-tomate", name: "Tostada de Tomate, Queso y Pesto", price: "5,50€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sandwiches-with-wassabi-red-tomatoes-grey-surface-meal-burger-sandwich-snack-bread_140725-85906.jpg", imageAlt: "Tostada con tomate fresco, queso y pesto"},
name: "Tostada de Tomate, Queso y Pesto",
price: "5,50€",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sandwiches-with-wassabi-red-tomatoes-grey-surface-meal-burger-sandwich-snack-bread_140725-85906.jpg",
imageAlt: "Tostada con tomate fresco, queso y pesto",
},
{ {
id: "tarta-queso", id: "tarta-queso", name: "Tarta de Queso Artesanal", price: "4,20€", imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-slice-garnished-with-chocolate-piece_140725-8267.jpg", imageAlt: "Porción de tarta de queso casera"},
name: "Tarta de Queso Artesanal",
price: "4,20€",
imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-slice-garnished-with-chocolate-piece_140725-8267.jpg",
imageAlt: "Porción de tarta de queso casera",
},
{ {
id: "desayuno-completo", id: "desayuno-completo", name: "Opciones de Desayuno", price: "Desde 8,50€", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1099.jpg", imageAlt: "Desayuno completo con café, tostadas y huevos"},
name: "Opciones de Desayuno",
price: "Desde 8,50€",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1099.jpg",
imageAlt: "Desayuno completo con café, tostadas y huevos",
},
{ {
id: "bolleria-fresca", id: "bolleria-fresca", name: "Bollería Fresca", price: "Desde 1,80€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-aoyc18e1.jpg", imageAlt: "Variedad de bollería fresca y artesanal"},
name: "Bollería Fresca",
price: "Desde 1,80€",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-aoyc18e1.jpg?_wi=1",
imageAlt: "Variedad de bollería fresca y artesanal",
},
{ {
id: "tes-infusiones", id: "tes-infusiones", name: "Tés e Infusiones", price: "Desde 2,80€", imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-tea-with-cinnamon-sticks-delicious-dried-citrus-fruit_169016-5555.jpg", imageAlt: "Selección de tés e infusiones aromáticas"},
name: "Tés e Infusiones",
price: "Desde 2,80€",
imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-tea-with-cinnamon-sticks-delicious-dried-citrus-fruit_169016-5555.jpg",
imageAlt: "Selección de tés e infusiones aromáticas",
},
{ {
id: "postre-cronut", id: "postre-cronut", name: "Cronut Especial", price: "5,90€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-ws52ws0z.jpg", imageAlt: "Cronut gourmet con crema y toppings"},
name: "Cronut Especial",
price: "5,90€",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-ws52ws0z.jpg?_wi=1",
imageAlt: "Cronut gourmet con crema y toppings",
},
]} ]}
title="Nuestros Productos Estrella" title="Nuestros Productos Estrella"
description="Descubre una selección cuidadosamente elaborada de nuestros productos más populares, perfectos para cualquier momento del día." description="Descubre una selección cuidadosamente elaborada de nuestros productos más populares, perfectos para cualquier momento del día."
@@ -272,69 +162,29 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Café Premium", title: "Café Premium", description: "Granos seleccionados con pasión, tostado a la perfección.", bentoComponent: "reveal-icon", icon: Coffee
description: "Granos seleccionados con pasión, tostado a la perfección.",
bentoComponent: "reveal-icon",
icon: Coffee,
imageSrc: "http://img.b2bpic.net/free-vector/logos-orange_53876-91713.jpg",
imageAlt: "Logos on orange",
}, },
{ {
title: "Ingredientes Frescos", title: "Ingredientes Frescos", description: "Cada plato, preparado con lo mejor de nuestra tierra.", bentoComponent: "reveal-icon", icon: Leaf
description: "Cada plato, preparado con lo mejor de nuestra tierra.",
bentoComponent: "reveal-icon",
icon: Leaf,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-dvtwgb8e.jpg?_wi=2",
imageAlt: "Logos on orange",
}, },
{ {
title: "Repostería Artesanal", title: "Repostería Artesanal", description: "Tartas y dulces hechos con amor, tradición y un toque moderno.", bentoComponent: "reveal-icon", icon: Cake
description: "Tartas y dulces hechos con amor, tradición y un toque moderno.",
bentoComponent: "reveal-icon",
icon: Cake,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-aoyc18e1.jpg?_wi=2",
imageAlt: "Logos on orange",
}, },
{ {
title: "Ambiente Acogedor", title: "Ambiente Acogedor", description: "Un espacio donde la calidez te abraza desde el primer momento.", bentoComponent: "reveal-icon", icon: Home
description: "Un espacio donde la calidez te abraza desde el primer momento.",
bentoComponent: "reveal-icon",
icon: Home,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-ws52ws0z.jpg?_wi=2",
imageAlt: "Logos on orange",
}, },
{ {
title: "Atención Cercana", title: "Atención Cercana", description: "Te hacemos sentir como en casa, con un servicio personalizado.", bentoComponent: "reveal-icon", icon: Heart
description: "Te hacemos sentir como en casa, con un servicio personalizado.",
bentoComponent: "reveal-icon",
icon: Heart,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-i0hbvl3y.jpg?_wi=1",
imageAlt: "Logos on orange",
}, },
{ {
title: "Experiencia Única", title: "Experiencia Única", description: "Más que una cafetería, un lugar para crear momentos especiales.", bentoComponent: "reveal-icon", icon: Sparkles
description: "Más que una cafetería, un lugar para crear momentos especiales.",
bentoComponent: "reveal-icon",
icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-retro-logo-template-collection_23-2148371147.jpg",
imageAlt: "Logos on orange",
}, },
{ {
title: "Ideal para Familias", title: "Ideal para Familias", description: "Un entorno amigable y seguro para disfrutar con tus seres queridos.", bentoComponent: "reveal-icon", icon: Users
description: "Un entorno amigable y seguro para disfrutar con tus seres queridos.",
bentoComponent: "reveal-icon",
icon: Users,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg",
imageAlt: "Logos on orange",
}, },
{ {
title: "Excelente Ubicación", title: "Excelente Ubicación", description: "Fácil acceso y siempre un buen momento para visitarnos en Pamplona.", bentoComponent: "reveal-icon", icon: MapPin
description: "Fácil acceso y siempre un buen momento para visitarnos en Pamplona.", }
bentoComponent: "reveal-icon",
icon: MapPin,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-sitting-coffee-shop-using-digital-tablet-video-chats-with_1258-245379.jpg",
imageAlt: "Logos on orange",
},
]} ]}
title="¿Por Qué K'Fecico es Tu Mejor Elección?" title="¿Por Qué K'Fecico es Tu Mejor Elección?"
description="Descubre los pilares que nos hacen únicos y transforman cada visita en una experiencia memorable." description="Descubre los pilares que nos hacen únicos y transforman cada visita en una experiencia memorable."
@@ -350,71 +200,17 @@ export default function LandingPage() {
description="En K'Fecico, cada mañana es una celebración. Explora nuestra variedad de cafés de especialidad, tartas caseras y opciones saludables, diseñadas para deleitar tu paladar y ofrecerte un inicio perfecto." description="En K'Fecico, cada mañana es una celebración. Explora nuestra variedad de cafés de especialidad, tartas caseras y opciones saludables, diseñadas para deleitar tu paladar y ofrecerte un inicio perfecto."
blogs={[ blogs={[
{ {
id: "blog-item-1", id: "blog-item-1", category: "Desayunos", title: "Tostadas Gourmet Irresistibles", excerpt: "Desde aguacate y huevo, hasta tomate, queso y pesto. Ingredientes frescos y combinaciones que te sorprenderán.", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-salami-toast-bread-lettuce-sausage-sour-cream-dill-side-view_141793-4144.jpg", imageAlt: "Tostadas gourmet variadas", authorName: "K'Fecico Chef", authorAvatar: "http://img.b2bpic.net/free-photo/friendly-smiling-asian-girl-barista-holds-hands-heart-looks-grateful-client-loves-her-guests_1258-199431.jpg", date: "01/01/2024"},
category: "Desayunos",
title: "Tostadas Gourmet Irresistibles",
excerpt: "Desde aguacate y huevo, hasta tomate, queso y pesto. Ingredientes frescos y combinaciones que te sorprenderán.",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-salami-toast-bread-lettuce-sausage-sour-cream-dill-side-view_141793-4144.jpg",
imageAlt: "Tostadas gourmet variadas",
authorName: "K'Fecico Chef",
authorAvatar: "http://img.b2bpic.net/free-photo/friendly-smiling-asian-girl-barista-holds-hands-heart-looks-grateful-client-loves-her-guests_1258-199431.jpg",
date: "01/01/2024",
},
{ {
id: "blog-item-2", id: "blog-item-2", category: "Brunch", title: "Desayunos Completos y Nutritivos", excerpt: "Opciones variadas para cargar energía: huevos, bollería, fruta y el mejor café para empezar el día.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-table-full-delicious-food-arrangement_23-2149141361.jpg", imageAlt: "Desayuno completo con café y tostadas", authorName: "K'Fecico Chef", authorAvatar: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986282.jpg", date: "01/01/2024"},
category: "Brunch",
title: "Desayunos Completos y Nutritivos",
excerpt: "Opciones variadas para cargar energía: huevos, bollería, fruta y el mejor café para empezar el día.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-table-full-delicious-food-arrangement_23-2149141361.jpg",
imageAlt: "Desayuno completo con café y tostadas",
authorName: "K'Fecico Chef",
authorAvatar: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986282.jpg",
date: "01/01/2024",
},
{ {
id: "blog-item-3", id: "blog-item-3", category: "Café", title: "Experiencia de Café de Especialidad", excerpt: "Descubre la riqueza de nuestros granos cuidadosamente seleccionados y preparados con maestría en cada taza.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-barista-preparing-coffee-cup_23-2148824440.jpg", imageAlt: "Barista preparando café de especialidad", authorName: "K'Fecico Barista", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-woman-black-shirt-with-white-stripes-big-black-summer-hat-sitting-table-summer-cafe_613910-820.jpg", date: "01/01/2024"},
category: "Café",
title: "Experiencia de Café de Especialidad",
excerpt: "Descubre la riqueza de nuestros granos cuidadosamente seleccionados y preparados con maestría en cada taza.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-barista-preparing-coffee-cup_23-2148824440.jpg",
imageAlt: "Barista preparando café de especialidad",
authorName: "K'Fecico Barista",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-woman-black-shirt-with-white-stripes-big-black-summer-hat-sitting-table-summer-cafe_613910-820.jpg",
date: "01/01/2024",
},
{ {
id: "blog-item-4", id: "blog-item-4", category: "Postres", title: "Tartas Caseras y Repostería Artesanal", excerpt: "El toque dulce perfecto para tu visita, elaboradas a diario con recetas tradicionales y mucho amor.", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-appetizing-cake-cookies-cup-tea-cinnamon-lemon_140725-73966.jpg", imageAlt: "Variedad de tartas caseras y postres", authorName: "K'Fecico Pastelero", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-outdoors-near-cafe_1268-21218.jpg", date: "01/01/2024"},
category: "Postres",
title: "Tartas Caseras y Repostería Artesanal",
excerpt: "El toque dulce perfecto para tu visita, elaboradas a diario con recetas tradicionales y mucho amor.",
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-appetizing-cake-cookies-cup-tea-cinnamon-lemon_140725-73966.jpg",
imageAlt: "Variedad de tartas caseras y postres",
authorName: "K'Fecico Pastelero",
authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-outdoors-near-cafe_1268-21218.jpg",
date: "01/01/2024",
},
{ {
id: "blog-item-5", id: "blog-item-5", category: "Repostería", title: "Bollería Fresca del Día", excerpt: "Deliciosos croissants, napolitanas y mucho más, horneados a primera hora para que disfrutes de su frescura.", imageSrc: "http://img.b2bpic.net/free-photo/bakery-table-with-baking-powder_23-2147852054.jpg", imageAlt: "Bollería fresca en una bandeja", authorName: "K'Fecico Pastelero", authorAvatar: "http://img.b2bpic.net/free-photo/waiter-guest_1098-15720.jpg", date: "01/01/2024"},
category: "Repostería",
title: "Bollería Fresca del Día",
excerpt: "Deliciosos croissants, napolitanas y mucho más, horneados a primera hora para que disfrutes de su frescura.",
imageSrc: "http://img.b2bpic.net/free-photo/bakery-table-with-baking-powder_23-2147852054.jpg",
imageAlt: "Bollería fresca en una bandeja",
authorName: "K'Fecico Pastelero",
authorAvatar: "http://img.b2bpic.net/free-photo/waiter-guest_1098-15720.jpg",
date: "01/01/2024",
},
{ {
id: "blog-item-6", id: "blog-item-6", category: "Bienestar", title: "Opciones Saludables y Ligeras", excerpt: "Para quienes buscan cuidarse, ofrecemos alternativas frescas y nutritivas sin renunciar al sabor.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-healthy-bowl-food_23-2148440323.jpg", imageAlt: "Bowl de yogur con frutas y granola", authorName: "K'Fecico Nutrición", authorAvatar: "http://img.b2bpic.net/free-photo/two-male-friends-together-restaurant_23-2150520083.jpg", date: "01/01/2024"},
category: "Bienestar",
title: "Opciones Saludables y Ligeras",
excerpt: "Para quienes buscan cuidarse, ofrecemos alternativas frescas y nutritivas sin renunciar al sabor.",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-healthy-bowl-food_23-2148440323.jpg",
imageAlt: "Bowl de yogur con frutas y granola",
authorName: "K'Fecico Nutrición",
authorAvatar: "http://img.b2bpic.net/free-photo/two-male-friends-together-restaurant_23-2150520083.jpg",
date: "01/01/2024",
},
]} ]}
/> />
</div> </div>
@@ -427,11 +223,9 @@ export default function LandingPage() {
tag="Nuestros Valores" tag="Nuestros Valores"
buttons={[ buttons={[
{ {
text: "Conoce más de nosotros", text: "Conoce más de nosotros", href: "#"},
href: "#",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-i0hbvl3y.jpg?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-i0hbvl3y.jpg"
imageAlt="Interior acogedor de K'Fecico con clientes" imageAlt="Interior acogedor de K'Fecico con clientes"
/> />
</div> </div>
@@ -443,73 +237,31 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Laura G.", role: "Amante del Café", company: "Cliente Habitual", rating: 5,
name: "Laura G.", imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-concept-beautiful-european-brunette-girl-dressed-elegant-black-clothing-holding-cup-tea-coffee-lunch-restaurant-with-wooden-walls-cozy-interior_273609-65.jpg", imageAlt: "Foto de Laura G."},
role: "Amante del Café",
company: "Cliente Habitual",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-concept-beautiful-european-brunette-girl-dressed-elegant-black-clothing-holding-cup-tea-coffee-lunch-restaurant-with-wooden-walls-cozy-interior_273609-65.jpg",
imageAlt: "Foto de Laura G.",
},
{ {
id: "2", id: "2", name: "Miguel R.", role: "Explorador Gastronómico", company: "Visitante Entusiasmado", rating: 5,
name: "Miguel R.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg", imageAlt: "Foto de Miguel R."},
role: "Explorador Gastronómico",
company: "Visitante Entusiasmado",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg",
imageAlt: "Foto de Miguel R.",
},
{ {
id: "3", id: "3", name: "Sofía C.", role: "Gourmet Dulcera", company: "Fan de Postres", rating: 4,
name: "Sofía C.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-girl-model-standing-holding-cabbage_114579-74362.jpg", imageAlt: "Foto de Sofía C."},
role: "Gourmet Dulcera",
company: "Fan de Postres",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-girl-model-standing-holding-cabbage_114579-74362.jpg",
imageAlt: "Foto de Sofía C.",
},
{ {
id: "4", id: "4", name: "Javier L.", role: "Desayunador Frecuente", company: "Cliente Satisfecho", rating: 5,
name: "Javier L.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-women-gesturing-thumb-up_23-2147774835.jpg", imageAlt: "Foto de Javier L."},
role: "Desayunador Frecuente",
company: "Cliente Satisfecho",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blurred-women-gesturing-thumb-up_23-2147774835.jpg",
imageAlt: "Foto de Javier L.",
},
{ {
id: "5", id: "5", name: "Elena P.", role: "Buscadora de Relajo", company: "Visitante Relajada", rating: 5,
name: "Elena P.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-good-looking-office-lady-enjoying-hot-coffee-holding-cup-sitttin-cafe-alone_197531-22844.jpg", imageAlt: "Foto de Elena P."},
role: "Buscadora de Relajo",
company: "Visitante Relajada",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-good-looking-office-lady-enjoying-hot-coffee-holding-cup-sitttin-cafe-alone_197531-22844.jpg",
imageAlt: "Foto de Elena P.",
},
{ {
id: "6", id: "6", name: "Carlos M.", role: "Conocedor de Brunch", company: "Experto en Brunch", rating: 4,
name: "Carlos M.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3327.jpg", imageAlt: "Foto de Carlos M."},
role: "Conocedor de Brunch",
company: "Experto en Brunch",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3327.jpg",
imageAlt: "Foto de Carlos M.",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "4.3/5", value: "4.3/5", label: "Puntuación Media"},
label: "Puntuación Media",
},
{ {
value: "+423", value: "+423", label: "Opiniones Reales"},
label: "Opiniones Reales",
},
{ {
value: "☕", value: "☕", label: "Calidad Certificada"},
label: "Calidad Certificada",
},
]} ]}
title="Lo Que Dicen Nuestros Clientes" title="Lo Que Dicen Nuestros Clientes"
description="La satisfacción de nuestros visitantes es nuestra mayor recompensa. Lee las experiencias que nos hacen seguir adelante." description="La satisfacción de nuestros visitantes es nuestra mayor recompensa. Lee las experiencias que nos hacen seguir adelante."
@@ -522,35 +274,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "¿Sirven desayunos?", content: "¡Sí! Ofrecemos una amplia carta de desayunos disponibles durante toda la mañana, con opciones para todos los gustos."},
title: "¿Sirven desayunos?",
content: "¡Sí! Ofrecemos una amplia carta de desayunos disponibles durante toda la mañana, con opciones para todos los gustos.",
},
{ {
id: "q2", id: "q2", title: "¿Ofrecen brunch?", content: "Por supuesto. Nuestros brunches están disponibles los fines de semana y festivos, con una selección especial de platos dulces y salados."},
title: "¿Ofrecen brunch?",
content: "Por supuesto. Nuestros brunches están disponibles los fines de semana y festivos, con una selección especial de platos dulces y salados.",
},
{ {
id: "q3", id: "q3", title: "¿Tienen opciones para llevar?", content: "Sí, gran parte de nuestra carta está disponible para llevar. Puedes hacer tu pedido directamente en el local."},
title: "¿Tienen opciones para llevar?",
content: "Sí, gran parte de nuestra carta está disponible para llevar. Puedes hacer tu pedido directamente en el local.",
},
{ {
id: "q4", id: "q4", title: "¿Hay opciones vegetarianas?", content: "Absolutamente. Contamos con una variedad de opciones vegetarianas y estamos siempre dispuestos a adaptar nuestros platos a tus necesidades."},
title: "¿Hay opciones vegetarianas?",
content: "Absolutamente. Contamos con una variedad de opciones vegetarianas y estamos siempre dispuestos a adaptar nuestros platos a tus necesidades.",
},
{ {
id: "q5", id: "q5", title: "¿Disponen de tartas artesanales?", content: "Sí, todas nuestras tartas son de elaboración artesanal, horneadas diariamente con ingredientes frescos y de temporada."},
title: "¿Disponen de tartas artesanales?",
content: "Sí, todas nuestras tartas son de elaboración artesanal, horneadas diariamente con ingredientes frescos y de temporada.",
},
{ {
id: "q6", id: "q6", title: "¿Dónde están ubicados?", content: "Estamos en Calle Madrid, 403, 31016 Pamplona, Navarra. ¡Te esperamos!"},
title: "¿Dónde están ubicados?",
content: "Estamos en Calle Madrid, 403, 31016 Pamplona, Navarra. ¡Te esperamos!",
},
]} ]}
title="Preguntas Frecuentes" title="Preguntas Frecuentes"
description="Aquí resolvemos algunas de las dudas más comunes sobre K'Fecico." description="Aquí resolvemos algunas de las dudas más comunes sobre K'Fecico."
@@ -562,87 +296,57 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
text="CAFETERÍA K'FECICO\n📍 Calle Madrid, 403, 31016 Pamplona, Navarra, España\n📞 +34 641 31 31 12" text="CAFETERÍA K'FECICO\n📍 Calle Madrid, 403, 31016 Pamplona, Navarra, España\n📞 +34 641 31 31 12"
buttons={[ buttons={[
{ {
text: "📍 Ver en Google Maps", text: "📍 Ver en Google Maps", href: "https://www.google.com/maps/search/CAFETER%C3%8DA+K'FECICO"},
href: "https://www.google.com/maps/search/CAFETER%C3%8DA+K'FECICO",
},
{ {
text: "📞 Llamar Ahora", text: "📞 Llamar Ahora", href: "tel:+34641313112"},
href: "tel:+34641313112",
},
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-i0hbvl3y.jpg?_wi=3" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DjiBxOJQnWpvxAml5qGn3M04gt/uploaded-1781153680485-i0hbvl3y.jpg"
imageAlt="Interior de K'Fecico al atardecer" imageAlt="Interior de K'Fecico al atardecer"
logoSrc="http://img.b2bpic.net/free-vector/coffee-shop-retro-logo-template-collection_23-2148371147.jpg" logoSrc="http://img.b2bpic.net/free-vector/coffee-shop-retro-logo-template-collection_23-2148371147.jpg"
logoAlt="Logo K'Fecico" logoAlt="Logo K'Fecico"
logoText="K'Fecico" logoText="K'Fecico"
columns={[ columns={[
{ {
title: "Explorar", title: "Explorar", items: [
items: [
{ {
label: "Inicio", label: "Inicio", href: "#hero"},
href: "#hero",
},
{ {
label: "Nosotros", label: "Nosotros", href: "#nosotros"},
href: "#nosotros",
},
{ {
label: "Carta", label: "Carta", href: "#productos"},
href: "#productos",
},
{ {
label: "Desayunos & Brunch", label: "Desayunos & Brunch", href: "#desayunos-brunch"},
href: "#desayunos-brunch",
},
], ],
}, },
{ {
title: "Visítanos", title: "Visítanos", items: [
items: [
{ {
label: "Opiniones", label: "Opiniones", href: "#opiniones"},
href: "#opiniones",
},
{ {
label: "Preguntas Frecuentes", label: "Preguntas Frecuentes", href: "#faq"},
href: "#faq",
},
{ {
label: "Contacto", label: "Contacto", href: "#contacto"},
href: "#contacto",
},
{ {
label: "Cómo Llegar", label: "Cómo Llegar", href: "https://www.google.com/maps/search/CAFETER%C3%8DA+K'FECICO"},
href: "https://www.google.com/maps/search/CAFETER%C3%8DA+K'FECICO",
},
], ],
}, },
{ {
title: "Redes Sociales", title: "Redes Sociales", items: [
items: [
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
{ {
label: "Facebook", label: "Facebook", href: "#"},
href: "#",
},
{ {
label: "Twitter", label: "Twitter", href: "#"},
href: "#",
},
], ],
}, },
]} ]}