Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-05-06 18:12:27 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Inicio",
id: "hero",
},
name: "Inicio", id: "hero"},
{
name: "Nosotros",
id: "about",
},
name: "Nosotros", id: "about"},
{
name: "Experiencia",
id: "experience",
},
name: "Experiencia", id: "experience"},
{
name: "Menú",
id: "menu",
},
name: "Menú", id: "menu"},
{
name: "Locales",
id: "locations",
},
name: "Locales", id: "locations"},
]}
brandName="Alex Coffee"
/>
@@ -63,74 +53,40 @@ export default function LandingPage() {
description="Tostamos cada grano. Preparamos cada taza. Desde 2018."
testimonials={[
{
name: "Reseña Google",
handle: "Buenavista",
testimonial: "Muy por encima del promedio. Calidad 10/10.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg",
},
name: "Reseña Google", handle: "Buenavista", testimonial: "Muy por encima del promedio. Calidad 10/10.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg"},
{
name: "Cliente frecuente",
handle: "@cafe_lover",
testimonial: "La atmósfera es inigualable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-woman-dressed-grey-jacket-posing-camera-with-smartphone-outside-cafe_291650-652.jpg",
},
name: "Cliente frecuente", handle: "@cafe_lover", testimonial: "La atmósfera es inigualable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-woman-dressed-grey-jacket-posing-camera-with-smartphone-outside-cafe_291650-652.jpg"},
{
name: "Reseña Google",
handle: "Usuario",
testimonial: "El café más rico de Zona Norte.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-cafe-with-smartphone_1321-389.jpg",
},
name: "Reseña Google", handle: "Usuario", testimonial: "El café más rico de Zona Norte.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-cafe-with-smartphone_1321-389.jpg"},
{
name: "Reseña Google",
handle: "Cliente",
testimonial: "Excelente servicio y calidad.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-posing-with-coffee_23-2148452691.jpg",
},
name: "Reseña Google", handle: "Cliente", testimonial: "Excelente servicio y calidad.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-posing-with-coffee_23-2148452691.jpg"},
{
name: "Reseña Google",
handle: "AmanteCafé",
testimonial: "Un lugar mágico para desayunar.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-charming-woman-is-stirring-coffee-outdoor-cafe-thinking_231208-13170.jpg",
},
name: "Reseña Google", handle: "AmanteCafé", testimonial: "Un lugar mágico para desayunar.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-charming-woman-is-stirring-coffee-outdoor-cafe-thinking_231208-13170.jpg"},
]}
buttons={[
{
text: "Visitanos",
href: "#locations",
},
text: "Visitanos", href: "#locations"},
{
text: "Ver el menú",
href: "#menu",
},
text: "Ver el menú", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-pouring-milk-into-her-coffee_1153-545.jpg"
showDimOverlay={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-coffee-cups_23-2149308476.jpg",
alt: "Cliente 1",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-coffee-cups_23-2149308476.jpg", alt: "Cliente 1"},
{
src: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg",
alt: "Cliente 2",
},
src: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg", alt: "Cliente 2"},
{
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269187.jpg",
alt: "Cliente 3",
},
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269187.jpg", alt: "Cliente 3"},
{
src: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg",
alt: "Cliente 4",
},
src: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", alt: "Cliente 4"},
{
src: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg",
alt: "Cliente 5",
},
src: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg", alt: "Cliente 5"},
]}
avatarText="+1,000 clientes felices"
/>
@@ -143,28 +99,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "4.7★",
title: "Google",
items: [
"+238 Reseñas en General Pacheco",
],
id: "m1", value: "4.7★", title: "Google", items: [
"+238 Reseñas en General Pacheco"],
},
{
id: "m2",
value: "4.3★",
title: "Google",
items: [
"+726 Reseñas en San Fernando",
],
id: "m2", value: "4.3★", title: "Google", items: [
"+726 Reseñas en San Fernando"],
},
{
id: "m3",
value: "🏆",
title: "Zona Norte",
items: [
"Primera cafetería de especialidad",
],
id: "m3", value: "🏆", title: "Zona Norte", items: [
"Primera cafetería de especialidad"],
},
]}
title="Nuestro compromiso"
@@ -189,19 +133,13 @@ export default function LandingPage() {
features={[
{
icon: Coffee,
title: "Nuestro Tostado",
description: "Seleccionamos cada grano. Tostamos cada lote. El resultado lo sentís en la primera taza.",
},
title: "Nuestro Tostado", description: "Seleccionamos cada grano. Tostamos cada lote. El resultado lo sentís en la primera taza."},
{
icon: Coffee,
title: "Nuestra Carta",
description: "Del clásico flat white al icónico Café Alfajor: cada preparación es una obra de autor.",
},
title: "Nuestra Carta", description: "Del clásico flat white al icónico Café Alfajor: cada preparación es una obra de autor."},
{
icon: Coffee,
title: "Nuestros Espacios",
description: "Sofisticados, cómodos y con onda. Ideales para trabajar, reunirte o simplemente desenchufarte.",
},
title: "Nuestros Espacios", description: "Sofisticados, cómodos y con onda. Ideales para trabajar, reunirte o simplemente desenchufarte."},
]}
title="Nuestra Experiencia"
description="Una propuesta editorial de excelencia."
@@ -215,59 +153,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Adrián",
role: "Cliente",
company: "Foursquare",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-browsing-internet-cafe_1153-7402.jpg",
},
id: "1", name: "Adrián", role: "Cliente", company: "Foursquare", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-browsing-internet-cafe_1153-7402.jpg"},
{
id: "2",
name: "Alejandra",
role: "Cliente",
company: "Google",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/waiter-black-cap-giving-burger-cup-coffee-pretty-lady-eyeglasses-which-sitting-table-cafe_574295-3428.jpg",
},
id: "2", name: "Alejandra", role: "Cliente", company: "Google", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/waiter-black-cap-giving-burger-cup-coffee-pretty-lady-eyeglasses-which-sitting-table-cafe_574295-3428.jpg"},
{
id: "3",
name: "Ximena",
role: "Cliente",
company: "Foursquare",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-disposable-coffee-cup_107420-12333.jpg",
},
id: "3", name: "Ximena", role: "Cliente", company: "Foursquare", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-disposable-coffee-cup_107420-12333.jpg"},
{
id: "4",
name: "Cliente Google",
role: "Reseña",
company: "Buenavista",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-gentle-tender-relaxed-urban-woman-wearing-glasses-enjoying-moment-sitting-alone-cafe_197531-22826.jpg",
},
id: "4", name: "Cliente Google", role: "Reseña", company: "Buenavista", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-gentle-tender-relaxed-urban-woman-wearing-glasses-enjoying-moment-sitting-alone-cafe_197531-22826.jpg"},
{
id: "5",
name: "Cliente Google",
role: "Reseña",
company: "San Isidro",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-woman-makes-some-notes-sitting-cafe_8353-1393.jpg",
},
id: "5", name: "Cliente Google", role: "Reseña", company: "San Isidro", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-woman-makes-some-notes-sitting-cafe_8353-1393.jpg"},
]}
kpiItems={[
{
value: "100%",
label: "Pasión por el Café",
},
value: "100%", label: "Pasión por el Café"},
{
value: "2018",
label: "Fundación",
},
value: "2018", label: "Fundación"},
{
value: "4",
label: "Locales en Zona Norte",
},
value: "4", label: "Locales en Zona Norte"},
]}
title="Lo que dicen los que ya nos conocen"
description="La experiencia Alex en palabras de nuestros amigos."
@@ -282,88 +189,47 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Café Alfajor",
price: "Firma de la casa",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105619.jpg",
},
id: "1", name: "Café Alfajor", price: "Firma de la casa", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105619.jpg"},
{
id: "2",
name: "Flat White",
price: "Artesanal",
variant: "Clásico",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cup-cappuccino-with-white-heart-pattern-wooden-table_181624-9618.jpg",
},
id: "2", name: "Flat White", price: "Artesanal", variant: "Clásico", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cup-cappuccino-with-white-heart-pattern-wooden-table_181624-9618.jpg"},
{
id: "3",
name: "Colombian Pour-Over",
price: "La Eternidad",
variant: "Especialidad",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-coffee-shop_23-2148366609.jpg",
},
id: "3", name: "Colombian Pour-Over", price: "La Eternidad", variant: "Especialidad", imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-coffee-shop_23-2148366609.jpg"},
{
id: "4",
name: "Medialunas",
price: "Manteca real",
variant: "Pastelería",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-concept_23-2148761684.jpg",
},
id: "4", name: "Medialunas", price: "Manteca real", variant: "Pastelería", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-concept_23-2148761684.jpg"},
{
id: "5",
name: "Tostada de Aguacate",
price: "Fresco",
variant: "Desayuno",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-breakfast-meal-assortment_23-2148833910.jpg",
},
id: "5", name: "Tostada de Aguacate", price: "Fresco", variant: "Desayuno", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-breakfast-meal-assortment_23-2148833910.jpg"},
{
id: "6",
name: "Bowl de Yogur",
price: "Saludable",
variant: "Bowl",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-healthy-breakfast_23-2148694999.jpg",
},
id: "6", name: "Bowl de Yogur", price: "Saludable", variant: "Bowl", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-healthy-breakfast_23-2148694999.jpg"},
]}
title="Una carta hecha para los que saben tomar café"
description="Descubrí nuestra propuesta gastronómica premium."
buttons={[
{
text: "Ver menú en Instagram →",
href: "https://instagram.com/alexcoffeeroastersarg",
},
text: "Ver menú en Instagram →", href: "https://instagram.com/alexcoffeeroastersarg"},
]}
/>
</div>
<div id="locations" data-section="locations">
<FaqBase
textboxLayout="default"
textboxLayout="split-actions"
useInvertedBackground={false}
faqs={[
{
id: "loc1",
title: "📍 San Isidro — Gral. Manuel Belgrano 333",
content: "Lun a Sáb: 8:30 a 20 hs · Dom: 8:30 a 16 hs",
},
id: "loc1", title: "📍 San Isidro — Gral. Manuel Belgrano 333", content: "Lun a Sáb: 8:30 a 20 hs · Dom: 8:30 a 16 hs"},
{
id: "loc2",
title: "📍 Euskal Herría Plaza — Av. Cnel. Escalada 1200",
content: "Lun a Sáb: 8:30 a 20 hs · Dom: 8:30 a 16 hs",
},
id: "loc2", title: "📍 Euskal Herría Plaza — Av. Cnel. Escalada 1200", content: "Lun a Sáb: 8:30 a 20 hs · Dom: 8:30 a 16 hs"},
{
id: "loc3",
title: "📍 Buenavista — Don Mariano 3400",
content: "Lun a Dom: 7:30 a 20:30 hs",
},
id: "loc3", title: "📍 Buenavista — Don Mariano 3400", content: "Lun a Dom: 7:30 a 20:30 hs"},
{
id: "loc4",
title: "📍 Ven Street — Tigre, Av. Italia 4950",
content: "Consultar horarios en Instagram.",
},
id: "loc4", title: "📍 Ven Street — Tigre, Av. Italia 4950", content: "Consultar horarios en Instagram."},
]}
title="Cuatro locales. Una sola obsesión."
description="Encontrá tu cafetería de especialidad más cercana."
faqsAnimation="slide-up"
buttons={[
{ text: "Cómo llegar (Google Maps)", href: "https://www.google.com/maps/search/Alex+Coffee+Roasters" }
]}
/>
</div>
@@ -376,65 +242,17 @@ export default function LandingPage() {
description="Café, diseño y nuestra vida diaria."
blogs={[
{
id: "i1",
category: "Procesos",
title: "El origen",
excerpt: "Tueste artesanal",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roasted-coffee-beans-old-coffee-grinder-against-black-backgrou_181624-58257.jpg",
authorName: "Alex",
authorAvatar: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458072.jpg",
date: "Hoy",
},
id: "i1", category: "Procesos", title: "El origen", excerpt: "Tueste artesanal", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roasted-coffee-beans-old-coffee-grinder-against-black-backgrou_181624-58257.jpg", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458072.jpg", date: "Hoy"},
{
id: "i2",
category: "Arte",
title: "Latte Art",
excerpt: "Precisión máxima",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg",
authorName: "Alex",
authorAvatar: "http://img.b2bpic.net/free-photo/hand-holding-coffee-cup_1203-3413.jpg",
date: "Hoy",
},
id: "i2", category: "Arte", title: "Latte Art", excerpt: "Precisión máxima", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/hand-holding-coffee-cup_1203-3413.jpg", date: "Hoy"},
{
id: "i3",
category: "Espacios",
title: "Nuestros locales",
excerpt: "Diseño premium",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-brown-building-with-vertical-windows_181624-3596.jpg",
authorName: "Alex",
authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg",
date: "Hoy",
},
id: "i3", category: "Espacios", title: "Nuestros locales", excerpt: "Diseño premium", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-brown-building-with-vertical-windows_181624-3596.jpg", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg", date: "Hoy"},
{
id: "i4",
category: "Café",
title: "Brewing",
excerpt: "Pour over puro",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-barista-white-t-shirt-jeans-pouring-coffee-beans-into-modern-small-burr-grinder_346278-1114.jpg",
authorName: "Alex",
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-coffee-filter_23-2148523013.jpg",
date: "Hoy",
},
id: "i4", category: "Café", title: "Brewing", excerpt: "Pour over puro", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-barista-white-t-shirt-jeans-pouring-coffee-beans-into-modern-small-burr-grinder_346278-1114.jpg", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-coffee-filter_23-2148523013.jpg", date: "Hoy"},
{
id: "i5",
category: "Lifestyle",
title: "Relax",
excerpt: "Tu pausa",
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg",
authorName: "Alex",
authorAvatar: "http://img.b2bpic.net/free-photo/glass-cocktail-book-cellphone-digital-tablet-wooden-table-restaurant_23-2147936117.jpg",
date: "Hoy",
},
id: "i5", category: "Lifestyle", title: "Relax", excerpt: "Tu pausa", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/glass-cocktail-book-cellphone-digital-tablet-wooden-table-restaurant_23-2147936117.jpg", date: "Hoy"},
{
id: "i6",
category: "Packaging",
title: "Beans",
excerpt: "Selección",
imageSrc: "http://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg",
authorName: "Alex",
authorAvatar: "http://img.b2bpic.net/free-photo/top-view-tray-with-cup-coffee-cinnamon-sticks_23-2148808621.jpg",
date: "Hoy",
},
id: "i6", category: "Packaging", title: "Beans", excerpt: "Selección", imageSrc: "http://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/top-view-tray-with-cup-coffee-cinnamon-sticks_23-2148808621.jpg", date: "Hoy"},
]}
/>
</div>
@@ -444,25 +262,17 @@ export default function LandingPage() {
logoText="Alex Coffee Roasters"
columns={[
{
title: "Contacto",
items: [
title: "Contacto", items: [
{
label: "+54 9 11 2643-2774",
href: "tel:+5491126432774",
},
label: "+54 9 11 2643-2774", href: "tel:+5491126432774"},
],
},
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Instagram",
href: "https://instagram.com/alexcoffeeroasters",
},
label: "Instagram", href: "https://instagram.com/alexcoffeeroasters"},
{
label: "Facebook",
href: "https://facebook.com/alexcoffeeroastersarg",
},
label: "Facebook", href: "https://facebook.com/alexcoffeeroastersarg"},
],
},
]}
@@ -472,4 +282,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}