diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0957ecf..4674d9a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -58,36 +50,22 @@ export default function LandingPage() {
description="Experiencia sensorial, pastelería artesanal y el refugio más acogedor de Córdoba."
buttons={[
{
- text: "Ver Carta Online",
- href: "#menu",
- },
+ text: "Ver Carta Online", href: "#menu"},
{
- text: "Inscribirse a Cursos",
- href: "#cursos",
- },
+ text: "Inscribirse a Cursos", href: "#cursos"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/business-owner-working-coffee-shop_23-2148366578.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/business-owner-working-coffee-shop_23-2148366578.jpg"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg",
- alt: "Cliente feliz 1",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg", alt: "Cliente feliz 1"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12128.jpg",
- alt: "Cliente feliz 2",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12128.jpg", alt: "Cliente feliz 2"},
{
- src: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg",
- alt: "Cliente feliz 3",
- },
+ src: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg", alt: "Cliente feliz 3"},
{
- src: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424026.jpg",
- alt: "Cliente feliz 4",
- },
+ src: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424026.jpg", alt: "Cliente feliz 4"},
{
- src: "http://img.b2bpic.net/free-photo/high-angle-cup-with-delicious-coffee-table_23-2149703757.jpg",
- alt: "Cliente feliz 5",
- },
+ src: "http://img.b2bpic.net/free-photo/high-angle-cup-with-delicious-coffee-table_23-2149703757.jpg", alt: "Cliente feliz 5"},
]}
avatarText="Más de 500 clientes felices nos eligen cada semana"
/>
@@ -108,47 +86,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Red Velvet",
- price: "$2.500",
- variant: "Pastelería",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls-square_127032-2507.jpg",
- },
+ id: "p1", name: "Red Velvet", price: "$2.500", variant: "Pastelería", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls-square_127032-2507.jpg"},
{
- id: "p2",
- name: "Cinnamon Roll",
- price: "$2.200",
- variant: "Pastelería",
- imageSrc: "http://img.b2bpic.net/free-photo/french-croissant-half-dipped-into-vanilla-cream_140725-1332.jpg",
- },
+ id: "p2", name: "Cinnamon Roll", price: "$2.200", variant: "Pastelería", imageSrc: "http://img.b2bpic.net/free-photo/french-croissant-half-dipped-into-vanilla-cream_140725-1332.jpg"},
{
- id: "p3",
- name: "Tostón Clásico",
- price: "$3.000",
- variant: "Brunch",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-drinks_23-2149267321.jpg",
- },
+ id: "p3", name: "Tostón Clásico", price: "$3.000", variant: "Brunch", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-drinks_23-2149267321.jpg"},
{
- id: "p4",
- name: "Cheesecake",
- price: "$2.800",
- variant: "Pastelería",
- imageSrc: "http://img.b2bpic.net/free-photo/types-foods-cookies-drinks-put-table-front-flower-vase_181624-21166.jpg",
- },
+ id: "p4", name: "Cheesecake", price: "$2.800", variant: "Pastelería", imageSrc: "http://img.b2bpic.net/free-photo/types-foods-cookies-drinks-put-table-front-flower-vase_181624-21166.jpg"},
{
- id: "p5",
- name: "Brownie Especial",
- price: "$2.400",
- variant: "Pastelería",
- imageSrc: "http://img.b2bpic.net/free-photo/chocolate-volcano-with-black-coffee_140725-8222.jpg",
- },
+ id: "p5", name: "Brownie Especial", price: "$2.400", variant: "Pastelería", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-volcano-with-black-coffee_140725-8222.jpg"},
{
- id: "p6",
- name: "Scone de Queso",
- price: "$2.100",
- variant: "Brunch",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-morning-coffee-with-roses-macarons_23-2148797079.jpg",
- },
+ id: "p6", name: "Scone de Queso", price: "$2.100", variant: "Brunch", imageSrc: "http://img.b2bpic.net/free-photo/front-view-morning-coffee-with-roses-macarons_23-2148797079.jpg"},
]}
title="Sabores que Acompañan"
description="Nuestra pastelería es abundante y exquisita, el equilibrio perfecto para la intensidad de un grano seleccionado."
@@ -161,33 +109,14 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
- id: "g1",
- groupTitle: "Formación",
- members: [
+ id: "g1", groupTitle: "Formación", members: [
{
- id: "m1",
- title: "Nivel Principiante",
- subtitle: "Fundamentos",
- detail: "Aprende los conceptos básicos y técnicas de filtrado.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-apron-pouring-coffee-cup-customer_23-2148366693.jpg",
- },
+ id: "m1", title: "Nivel Principiante", subtitle: "Fundamentos", detail: "Aprende los conceptos básicos y técnicas de filtrado.", imageSrc: "http://img.b2bpic.net/free-photo/man-apron-pouring-coffee-cup-customer_23-2148366693.jpg"},
{
- id: "m2",
- title: "Nivel Profesional",
- subtitle: "Avanzado",
- detail: "Domina el latte art y la ciencia detrás del grano.",
- imageSrc: "http://img.b2bpic.net/free-photo/tea-time-two-women-drinking-tea_119269-3.jpg",
- },
+ id: "m2", title: "Nivel Profesional", subtitle: "Avanzado", detail: "Domina el latte art y la ciencia detrás del grano.", imageSrc: "http://img.b2bpic.net/free-photo/tea-time-two-women-drinking-tea_119269-3.jpg"},
{
- id: "m3",
- title: "Workshop Intensivo",
- subtitle: "Especialización",
- detail: "Técnicas de cata y gestión de bar.",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-employee-making-coffee_23-2148366517.jpg",
- },
+ id: "m3", title: "Workshop Intensivo", subtitle: "Especialización", detail: "Técnicas de cata y gestión de bar.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-employee-making-coffee_23-2148366517.jpg"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-coffee-shop_23-2148366578.jpg?_wi=2",
- imageAlt: "professional barista training in specialty coffee shop",
},
]}
title="De Amante del Café a Maestro Barista"
@@ -202,40 +131,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Lucía M.",
- role: "Cliente",
- testimonial: "El mejor café de Güemes, sin duda.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg",
- },
+ id: "1", name: "Lucía M.", role: "Cliente", testimonial: "El mejor café de Güemes, sin duda.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg"},
{
- id: "2",
- name: "Javier P.",
- role: "Barista",
- testimonial: "La formación profesional me cambió la carrera.",
- imageSrc: "http://img.b2bpic.net/free-photo/international-coffee-day-concept-woman-holding-coffee-cup_1150-25423.jpg",
- },
+ id: "2", name: "Javier P.", role: "Barista", testimonial: "La formación profesional me cambió la carrera.", imageSrc: "http://img.b2bpic.net/free-photo/international-coffee-day-concept-woman-holding-coffee-cup_1150-25423.jpg"},
{
- id: "3",
- name: "Sofía R.",
- role: "Cliente",
- testimonial: "El ambiente pet-friendly es un diez.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
- },
+ id: "3", name: "Sofía R.", role: "Cliente", testimonial: "El ambiente pet-friendly es un diez.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
{
- id: "4",
- name: "Mateo L.",
- role: "Cliente",
- testimonial: "El tostón es simplemente imperdible.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-drinking-coffee-talking-phone-cafe_637285-8846.jpg",
- },
+ id: "4", name: "Mateo L.", role: "Cliente", testimonial: "El tostón es simplemente imperdible.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-drinking-coffee-talking-phone-cafe_637285-8846.jpg"},
{
- id: "5",
- name: "Valeria G.",
- role: "Cliente",
- testimonial: "La atención y la calidad son de otro nivel.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-interracial-young-couple-sitting-outdoor-cafe_23-2148151923.jpg",
- },
+ id: "5", name: "Valeria G.", role: "Cliente", testimonial: "La atención y la calidad son de otro nivel.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-interracial-young-couple-sitting-outdoor-cafe_23-2148151923.jpg"},
]}
title="Lo que dicen de nosotros"
description="La experiencia de quienes ya viven Ethiopia Café."
@@ -247,14 +151,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Local Guides",
- "Baristas Córdoba",
- "Güemes Gourmet",
- "Cámara Gastronómica",
- "Coffee Masterclass",
- "Cultura Café",
- "Coffee Lovers Argentina",
- ]}
+ "Local Guides", "Baristas Córdoba", "Güemes Gourmet", "Cámara Gastronómica", "Coffee Masterclass", "Cultura Café", "Coffee Lovers Argentina"]}
title="Certificaciones y Reconocimientos"
description="Avalados por los mejores expertos del rubro."
/>
@@ -265,20 +162,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "¿Tienen opciones veganas?",
- content: "Sí, contamos con opciones de pastelería y leches vegetales.",
- },
+ id: "f1", title: "¿Tienen opciones veganas?", content: "Sí, contamos con opciones de pastelería y leches vegetales."},
{
- id: "f2",
- title: "¿El local es pet-friendly?",
- content: "Absolutamente, tus compañeros son bienvenidos.",
- },
+ id: "f2", title: "¿El local es pet-friendly?", content: "Absolutamente, tus compañeros son bienvenidos."},
{
- id: "f3",
- title: "¿Cómo reservo un curso?",
- content: "Puedes reservar a través de nuestro sitio web en la sección cursos.",
- },
+ id: "f3", title: "¿Cómo reservo un curso?", content: "Puedes reservar a través de nuestro sitio web en la sección cursos."},
]}
sideTitle="Preguntas Frecuentes"
faqsAnimation="blur-reveal"
@@ -289,16 +177,13 @@ export default function LandingPage() {
@@ -307,33 +192,21 @@ export default function LandingPage() {