Merge version_1 into main #1
233
src/app/page.tsx
233
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nuestra Historia",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nuestra Historia", id: "about"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menú", id: "menu"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Domingo's"
|
||||
/>
|
||||
@@ -55,51 +47,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Tu café de barrio favorito."
|
||||
description="Especialidad, brunch y sandwiches increíbles en un espacio diseñado para disfrutar, trabajar y conectar."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver menú",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver menú", href: "#menu"},
|
||||
{
|
||||
text: "Visítanos",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visítanos", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-lady-pouring-sugar-while-preparing-hot-coffee-cup_1150-6401.jpg",
|
||||
imageAlt: "Coffee pour",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/closeup-lady-pouring-sugar-while-preparing-hot-coffee-cup_1150-6401.jpg", imageAlt: "Coffee pour"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-with-blue-eyes-bright-pink-lips-sitting-coffee-shop-chair-she-holds-smartphone-her-hand_197531-83.jpg",
|
||||
imageAlt: "Coffee pour",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-with-blue-eyes-bright-pink-lips-sitting-coffee-shop-chair-she-holds-smartphone-her-hand_197531-83.jpg", imageAlt: "Coffee pour"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg",
|
||||
imageAlt: "Coffee pour",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg", imageAlt: "Coffee pour"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-fresh-toast-sandwich_23-2148454705.jpg",
|
||||
imageAlt: "Coffee pour",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-fresh-toast-sandwich_23-2148454705.jpg", imageAlt: "Coffee pour"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-sant-jordi-day-books-roses_23-2151197563.jpg",
|
||||
imageAlt: "Coffee pour",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/still-life-sant-jordi-day-books-roses_23-2151197563.jpg", imageAlt: "Coffee pour"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-delicious-sandwiches_23-2148454787.jpg",
|
||||
imageAlt: "Coffee pour",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-delicious-sandwiches_23-2148454787.jpg", imageAlt: "Coffee pour"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,49 +88,20 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "El Cerro",
|
||||
price: "$8.500",
|
||||
variant: "Sandwich estrella",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-slices-white-plate-with-fresh-avocado-tomatoes-lemonnd-toast-bread-slices-with-avocado-pulps-egg-checked-tablecloth-wood_141793-17047.jpg",
|
||||
},
|
||||
id: "1", name: "El Cerro", price: "$8.500", variant: "Sandwich estrella", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-slices-white-plate-with-fresh-avocado-tomatoes-lemonnd-toast-bread-slices-with-avocado-pulps-egg-checked-tablecloth-wood_141793-17047.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Café de Especialidad",
|
||||
price: "$3.200",
|
||||
variant: "Origen Colombia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-sandwichs-with-sausage-cheese-plate_176474-120137.jpg",
|
||||
},
|
||||
id: "2", name: "Café de Especialidad", price: "$3.200", variant: "Origen Colombia", imageSrc: "http://img.b2bpic.net/free-photo/side-view-sandwichs-with-sausage-cheese-plate_176474-120137.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Avocado Toast",
|
||||
price: "$6.800",
|
||||
variant: "Brunch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-with-salami-pickled-cucumbers-mayo-served-plate_1220-7016.jpg",
|
||||
},
|
||||
id: "3", name: "Avocado Toast", price: "$6.800", variant: "Brunch", imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-with-salami-pickled-cucumbers-mayo-served-plate_1220-7016.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jugo Natural",
|
||||
price: "$3.500",
|
||||
variant: "Fruta de estación",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35056.jpg",
|
||||
},
|
||||
id: "4", name: "Jugo Natural", price: "$3.500", variant: "Fruta de estación", imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35056.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Croissant de Almendras",
|
||||
price: "$2.800",
|
||||
variant: "Pastelería",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-cutlery-coffee_23-2148891765.jpg",
|
||||
},
|
||||
id: "5", name: "Croissant de Almendras", price: "$2.800", variant: "Pastelería", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-cutlery-coffee_23-2148891765.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Cold Brew",
|
||||
price: "$3.800",
|
||||
variant: "Refrescante",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-beverages_23-2148865606.jpg",
|
||||
},
|
||||
id: "6", name: "Cold Brew", price: "$3.800", variant: "Refrescante", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-beverages_23-2148865606.jpg"},
|
||||
]}
|
||||
title="Lo mejor de nuestra carta."
|
||||
description="Explora nuestra selección de especialidades."
|
||||
@@ -172,36 +112,19 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100%",
|
||||
title: "Café de Origen",
|
||||
items: [
|
||||
"Selección manual",
|
||||
"Tostado local",
|
||||
"Directo al productor",
|
||||
],
|
||||
id: "1", value: "100%", title: "Café de Origen", items: [
|
||||
"Selección manual", "Tostado local", "Directo al productor"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "24h",
|
||||
title: "Frescura Total",
|
||||
items: [
|
||||
"Pan artesanal",
|
||||
"Ingredientes locales",
|
||||
"Preparación diaria",
|
||||
],
|
||||
id: "2", value: "24h", title: "Frescura Total", items: [
|
||||
"Pan artesanal", "Ingredientes locales", "Preparación diaria"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "10/10",
|
||||
title: "La Experiencia",
|
||||
items: [
|
||||
"WiFi de alta velocidad",
|
||||
"Pet friendly",
|
||||
"Zona de trabajo",
|
||||
],
|
||||
id: "3", value: "10/10", title: "La Experiencia", items: [
|
||||
"WiFi de alta velocidad", "Pet friendly", "Zona de trabajo"],
|
||||
},
|
||||
]}
|
||||
title="Nuestra esencia."
|
||||
@@ -215,45 +138,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excelente experiencia",
|
||||
quote: "Literal un café de barrio soñado.",
|
||||
name: "Sofía M.",
|
||||
role: "Diseñadora",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-happy-beautiful-european-woman-sitting-cafe-enjoying-cup_1258-205203.jpg",
|
||||
},
|
||||
id: "1", title: "Excelente experiencia", quote: "Literal un café de barrio soñado.", name: "Sofía M.", role: "Diseñadora", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-happy-beautiful-european-woman-sitting-cafe-enjoying-cup_1258-205203.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Gran calidad",
|
||||
quote: "Uno de los mejores cafés que he ido.",
|
||||
name: "Javier P.",
|
||||
role: "Arquitecto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg",
|
||||
},
|
||||
id: "2", title: "Gran calidad", quote: "Uno de los mejores cafés que he ido.", name: "Javier P.", role: "Arquitecto", imageSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Imperdible",
|
||||
quote: "Los sandwiches y cafés 10/10.",
|
||||
name: "Camila R.",
|
||||
role: "Escritora",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sad-young-woman-drinking-coffee-emotion-concept-sad-girl-closeup_169016-66448.jpg",
|
||||
},
|
||||
id: "3", title: "Imperdible", quote: "Los sandwiches y cafés 10/10.", name: "Camila R.", role: "Escritora", imageSrc: "http://img.b2bpic.net/free-photo/sad-young-woman-drinking-coffee-emotion-concept-sad-girl-closeup_169016-66448.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Perfecto para trabajar",
|
||||
quote: "Muy lindo y cómodo para ir con amigos o trabajar.",
|
||||
name: "Diego L.",
|
||||
role: "Desarrollador",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg",
|
||||
},
|
||||
id: "4", title: "Perfecto para trabajar", quote: "Muy lindo y cómodo para ir con amigos o trabajar.", name: "Diego L.", role: "Desarrollador", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Mi lugar favorito",
|
||||
quote: "Un refugio increíble cada mañana.",
|
||||
name: "Lucía V.",
|
||||
role: "Artista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-134034.jpg",
|
||||
},
|
||||
id: "5", title: "Mi lugar favorito", quote: "Un refugio increíble cada mañana.", name: "Lucía V.", role: "Artista", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-134034.jpg"},
|
||||
]}
|
||||
title="Lo que dicen nuestros vecinos."
|
||||
description="Comunidades que aman Domingo's."
|
||||
@@ -268,20 +161,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ambiente acogedor",
|
||||
description: "Luz natural, plantas y muebles cómodos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-barista-shop_23-2148523063.jpg",
|
||||
},
|
||||
title: "Ambiente acogedor", description: "Luz natural, plantas y muebles cómodos.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-barista-shop_23-2148523063.jpg"},
|
||||
{
|
||||
title: "Perfecto para brunch",
|
||||
description: "Sandwiches frescos y jugos naturales.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-avocado-toast-plate-with-cutlery-coffee_23-2148891766.jpg",
|
||||
},
|
||||
title: "Perfecto para brunch", description: "Sandwiches frescos y jugos naturales.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-avocado-toast-plate-with-cutlery-coffee_23-2148891766.jpg"},
|
||||
{
|
||||
title: "Espacio de trabajo",
|
||||
description: "Conectividad total y café siempre listo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-street-italy-old-coffee_1203-4173.jpg",
|
||||
},
|
||||
title: "Espacio de trabajo", description: "Conectividad total y café siempre listo.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-street-italy-old-coffee_1203-4173.jpg"},
|
||||
]}
|
||||
title="Más que un café."
|
||||
description="Un espacio diseñado para ti."
|
||||
@@ -294,20 +178,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Tienen opciones vegetarianas?",
|
||||
content: "Sí, contamos con varias opciones vegetarianas en nuestros sandwiches y brunch.",
|
||||
},
|
||||
id: "1", title: "¿Tienen opciones vegetarianas?", content: "Sí, contamos con varias opciones vegetarianas en nuestros sandwiches y brunch."},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Es pet friendly?",
|
||||
content: "¡Absolutamente! Somos amantes de las mascotas y siempre serán bienvenidas.",
|
||||
},
|
||||
id: "2", title: "¿Es pet friendly?", content: "¡Absolutamente! Somos amantes de las mascotas y siempre serán bienvenidas."},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Tienen WiFi?",
|
||||
content: "Contamos con conexión WiFi de alta velocidad para quienes deseen trabajar desde nuestro espacio.",
|
||||
},
|
||||
id: "3", title: "¿Tienen WiFi?", content: "Contamos con conexión WiFi de alta velocidad para quienes deseen trabajar desde nuestro espacio."},
|
||||
]}
|
||||
title="Preguntas frecuentes."
|
||||
description="Todo lo que necesitas saber antes de visitarnos."
|
||||
@@ -322,16 +197,10 @@ export default function LandingPage() {
|
||||
description="Encuéntranos en pleno corazón del barrio."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Tu nombre", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Tu email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Tu email", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vintage-bicycle-wall-background_1339-7185.jpg"
|
||||
@@ -342,29 +211,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explora",
|
||||
items: [
|
||||
title: "Explora", items: [
|
||||
{
|
||||
label: "Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menú", href: "#menu"},
|
||||
{
|
||||
label: "Sobre nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre nosotros", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/domingos_cl",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/domingos_cl"},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "#",
|
||||
},
|
||||
label: "Google Maps", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user