Merge version_2 into main #1
236
src/app/page.tsx
236
src/app/page.tsx
@@ -32,31 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Nuestra Historia", id: "historia"},
|
||||
{
|
||||
name: "Nuestra Historia",
|
||||
id: "historia",
|
||||
},
|
||||
name: "Preguntas Frecuentes", id: "faq"},
|
||||
{
|
||||
name: "Preguntas Frecuentes",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contáctanos",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contáctanos", id: "contact"},
|
||||
]}
|
||||
brandName="El Conde Casa de Humo"
|
||||
button={{
|
||||
text: "Reserva por WhatsApp",
|
||||
href: "https://wa.me/51965316290?text=Hola,%20deseo%20realizar%20una%20reserva%20en%20El%20Conde%20Casa%20de%20Humo",
|
||||
}}
|
||||
text: "Reserva por WhatsApp", href: "https://wa.me/51965316290?text=Hola,%20deseo%20realizar%20una%20reserva%20en%20El%20Conde%20Casa%20de%20Humo"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,39 +52,21 @@ export default function LandingPage() {
|
||||
description="Auténticas Carnes Ahumadas al Estilo Texas. Sabor intenso, cocción lenta y ambiente familiar."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Nuestra Carta",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Reserva Ahora",
|
||||
href: "https://wa.me/51965316290?text=Hola,%20deseo%20realizar%20una%20reserva%20en%20El%20Conde%20Casa%20de%20Humo",
|
||||
},
|
||||
text: "Reserva Ahora", href: "https://wa.me/51965316290?text=Hola,%20deseo%20realizar%20una%20reserva%20en%20El%20Conde%20Casa%20de%20Humo"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-pieces-bowl-wooden-table_23-2148029530.jpg",
|
||||
imageAlt: "Plato de Brisket ahumado",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-pieces-bowl-wooden-table_23-2148029530.jpg", imageAlt: "Plato de Brisket ahumado"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2148681863.jpg",
|
||||
imageAlt: "Variedad de carnes ahumadas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2148681863.jpg", imageAlt: "Variedad de carnes ahumadas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-meal-composition_23-2148809884.jpg",
|
||||
imageAlt: "Costillas y pollo ahumado",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-meal-composition_23-2148809884.jpg", imageAlt: "Costillas y pollo ahumado"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-women-relaxing-drinking-beverage_23-2147850496.jpg",
|
||||
imageAlt: "Ambiente del restaurante",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-women-relaxing-drinking-beverage_23-2147850496.jpg", imageAlt: "Ambiente del restaurante"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-barbeque-cooking_23-2149271962.jpg",
|
||||
imageAlt: "Proceso de ahumado",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-barbeque-cooking_23-2149271962.jpg", imageAlt: "Proceso de ahumado"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chilli-powder_53876-16663.jpg",
|
||||
imageAlt: "Primer plano de carne ahumada",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chilli-powder_53876-16663.jpg", imageAlt: "Primer plano de carne ahumada"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,17 +80,11 @@ export default function LandingPage() {
|
||||
tag="Nuestra Esencia"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Cocción Lenta con Maderas Aromáticas",
|
||||
description: "Nuestras carnes se cocinan durante horas con maderas selectas para un sabor y ternura inigualables.",
|
||||
},
|
||||
title: "Cocción Lenta con Maderas Aromáticas", description: "Nuestras carnes se cocinan durante horas con maderas selectas para un sabor y ternura inigualables."},
|
||||
{
|
||||
title: "Sabores Auténticos y Profundos",
|
||||
description: "Cada plato es una explosión de sabor, fiel a la tradición del ahumado texano.",
|
||||
},
|
||||
title: "Sabores Auténticos y Profundos", description: "Cada plato es una explosión de sabor, fiel a la tradición del ahumado texano."},
|
||||
{
|
||||
title: "Ambiente Familiar y Acogedor",
|
||||
description: "Disfruta de una experiencia gastronómica relajada, perfecta para compartir con tus seres queridos.",
|
||||
},
|
||||
title: "Ambiente Familiar y Acogedor", description: "Disfruta de una experiencia gastronómica relajada, perfecta para compartir con tus seres queridos."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-lamb-offal-garnished-with-sumac-onion-served-wooden-board_140725-5245.jpg"
|
||||
imageAlt="Chef preparando carne ahumada"
|
||||
@@ -139,23 +101,11 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
features={[
|
||||
{
|
||||
title: "Técnica Artesanal",
|
||||
description: "Dominamos la ciencia y el arte del ahumado, garantizando la perfección en cada pieza de carne.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-food-cooking-counter-decor-pot_53876-127676.jpg",
|
||||
imageAlt: "Técnica artesanal de ahumado",
|
||||
},
|
||||
title: "Técnica Artesanal", description: "Dominamos la ciencia y el arte del ahumado, garantizando la perfección en cada pieza de carne.", imageSrc: "http://img.b2bpic.net/free-photo/kitchen-food-cooking-counter-decor-pot_53876-127676.jpg", imageAlt: "Técnica artesanal de ahumado"},
|
||||
{
|
||||
title: "Ingredientes Premium",
|
||||
description: "Seleccionamos solo las mejores carnes y maderas aromáticas para ofrecerte calidad insuperable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pickles-white-wooden-table-with-green-red-chili-peppers-fennel-salt-black-peppercorns-garlic-pea-close-up-healthy-concept-top-view-flat-lay_114579-1184.jpg",
|
||||
imageAlt: "Ingredientes premium",
|
||||
},
|
||||
title: "Ingredientes Premium", description: "Seleccionamos solo las mejores carnes y maderas aromáticas para ofrecerte calidad insuperable.", imageSrc: "http://img.b2bpic.net/free-photo/pickles-white-wooden-table-with-green-red-chili-peppers-fennel-salt-black-peppercorns-garlic-pea-close-up-healthy-concept-top-view-flat-lay_114579-1184.jpg", imageAlt: "Ingredientes premium"},
|
||||
{
|
||||
title: "Recetas Exclusivas",
|
||||
description: "Nuestras recetas son fruto de años de experimentación, creando sabores que solo encontrarás aquí.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-turmeric-red-pepper-black-peper-sea-salt-smal-bowls-four-spoons-round-board-dark-table-with-copy-space_140725-59599.jpg",
|
||||
imageAlt: "Recetas exclusivas",
|
||||
},
|
||||
title: "Recetas Exclusivas", description: "Nuestras recetas son fruto de años de experimentación, creando sabores que solo encontrarás aquí.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-turmeric-red-pepper-black-peper-sea-salt-smal-bowls-four-spoons-round-board-dark-table-with-copy-space_140725-59599.jpg", imageAlt: "Recetas exclusivas"},
|
||||
]}
|
||||
title="La Experiencia del Ahumado Perfecto"
|
||||
description="Descubre lo que hace a El Conde Casa de Humo tu destino favorito para las mejores carnes ahumadas."
|
||||
@@ -172,47 +122,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "pollo-ahumado",
|
||||
name: "Pollo Ahumado",
|
||||
price: "Desde S/ 10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-6778.jpg",
|
||||
imageAlt: "Plato de pollo ahumado con acompañamientos",
|
||||
},
|
||||
id: "pollo-ahumado", name: "Pollo Ahumado", price: "Desde S/ 10.00", imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-6778.jpg", imageAlt: "Plato de pollo ahumado con acompañamientos"},
|
||||
{
|
||||
id: "costillas-ahumadas",
|
||||
name: "Costillas de Cerdo Ahumadas",
|
||||
price: "Desde S/ 50.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-isolated-white-background-ai-generative_123827-23868.jpg",
|
||||
imageAlt: "Porción de costillas de cerdo ahumadas",
|
||||
},
|
||||
id: "costillas-ahumadas", name: "Costillas de Cerdo Ahumadas", price: "Desde S/ 50.00", imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-isolated-white-background-ai-generative_123827-23868.jpg", imageAlt: "Porción de costillas de cerdo ahumadas"},
|
||||
{
|
||||
id: "brisket-ahumado",
|
||||
name: "Brisket (Pecho de Res) Ahumado",
|
||||
price: "Desde S/ 55.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8288.jpg",
|
||||
imageAlt: "Brisket ahumado cortado en láminas",
|
||||
},
|
||||
id: "brisket-ahumado", name: "Brisket (Pecho de Res) Ahumado", price: "Desde S/ 55.00", imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8288.jpg", imageAlt: "Brisket ahumado cortado en láminas"},
|
||||
{
|
||||
id: "cerdo-desmenuzado",
|
||||
name: "Cerdo Desmenuzado",
|
||||
price: "S/ 32.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steamed-chicken-breast-white-plate-with-spring-onions-chopped-carrots_1150-20966.jpg",
|
||||
imageAlt: "Plato de cerdo desmenuzado servido",
|
||||
},
|
||||
id: "cerdo-desmenuzado", name: "Cerdo Desmenuzado", price: "S/ 32.00", imageSrc: "http://img.b2bpic.net/free-photo/steamed-chicken-breast-white-plate-with-spring-onions-chopped-carrots_1150-20966.jpg", imageAlt: "Plato de cerdo desmenuzado servido"},
|
||||
{
|
||||
id: "hamburguesa-ahumada",
|
||||
name: "Hamburguesa de Carne Ahumada",
|
||||
price: "Desde S/ 18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rib-barbecue_74190-495.jpg",
|
||||
imageAlt: "Hamburguesa de carne ahumada lista para comer",
|
||||
},
|
||||
id: "hamburguesa-ahumada", name: "Hamburguesa de Carne Ahumada", price: "Desde S/ 18.00", imageSrc: "http://img.b2bpic.net/free-photo/rib-barbecue_74190-495.jpg", imageAlt: "Hamburguesa de carne ahumada lista para comer"},
|
||||
{
|
||||
id: "chorizos-artesanales",
|
||||
name: "Chorizos Artesanales Ahumados",
|
||||
price: "S/ 15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bavarian-fried-sausages-sauerkraut_2829-14336.jpg",
|
||||
imageAlt: "Chorizos ahumados con guarnición",
|
||||
},
|
||||
id: "chorizos-artesanales", name: "Chorizos Artesanales Ahumados", price: "S/ 15.00", imageSrc: "http://img.b2bpic.net/free-photo/bavarian-fried-sausages-sauerkraut_2829-14336.jpg", imageAlt: "Chorizos ahumados con guarnición"},
|
||||
]}
|
||||
title="Saborea la Auténtica Tradición Texana"
|
||||
description="Desde el jugoso pollo hasta las tiernas costillas, cada plato es una obra maestra del ahumado lento."
|
||||
@@ -228,25 +148,15 @@ export default function LandingPage() {
|
||||
author="Carlos P."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-latin-man-smiling-confident-looking-side-street_839833-16493.jpg",
|
||||
alt: "Avatar de Carlos P.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-latin-man-smiling-confident-looking-side-street_839833-16493.jpg", alt: "Avatar de Carlos P."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-posing-with-cup-coffee_23-2149330971.jpg",
|
||||
alt: "Avatar de Ana M.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-posing-with-cup-coffee_23-2149330971.jpg", alt: "Avatar de Ana M."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/excited-happy-old-man-with-tattoos-laughing-pointing-left-showing-something-cool-amazed-by-advertisement-promo-deal-standing-stylish-hoodie-against-white-background_176420-45016.jpg",
|
||||
alt: "Avatar de Jorge R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/excited-happy-old-man-with-tattoos-laughing-pointing-left-showing-something-cool-amazed-by-advertisement-promo-deal-standing-stylish-hoodie-against-white-background_176420-45016.jpg", alt: "Avatar de Jorge R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167341.jpg",
|
||||
alt: "Avatar de Sofía L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167341.jpg", alt: "Avatar de Sofía L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915898.jpg",
|
||||
alt: "Avatar de Miguel G.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915898.jpg", alt: "Avatar de Miguel G."},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -261,59 +171,29 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "combo-clasico",
|
||||
name: "Combo Clásico",
|
||||
price: "S/ 75.00",
|
||||
buttons: [
|
||||
id: "combo-clasico", name: "Combo Clásico", price: "S/ 75.00", buttons: [
|
||||
{
|
||||
text: "Ordenar Ahora",
|
||||
href: "https://wa.me/51965316290?text=Hola,%20deseo%20ordenar%20el%20Combo%20Clásico%20en%20El%20Conde%20Casa%20de%20Humo",
|
||||
},
|
||||
text: "Ordenar Ahora", href: "https://wa.me/51965316290?text=Hola,%20deseo%20ordenar%20el%20Combo%20Clásico%20en%20El%20Conde%20Casa%20de%20Humo"},
|
||||
],
|
||||
features: [
|
||||
"1/2 Pollo Ahumado",
|
||||
"Porción de Costillas (300gr)",
|
||||
"Acompañamientos premium",
|
||||
"Bebida a elección",
|
||||
],
|
||||
badge: "Popular",
|
||||
},
|
||||
"1/2 Pollo Ahumado", "Porción de Costillas (300gr)", "Acompañamientos premium", "Bebida a elección"],
|
||||
badge: "Popular"},
|
||||
{
|
||||
id: "combo-parrillero",
|
||||
name: "Combo Parrillero",
|
||||
price: "S/ 100.00",
|
||||
buttons: [
|
||||
id: "combo-parrillero", name: "Combo Parrillero", price: "S/ 100.00", buttons: [
|
||||
{
|
||||
text: "Ordenar Ahora",
|
||||
href: "https://wa.me/51965316290?text=Hola,%20deseo%20ordenar%20el%20Combo%20Parrillero%20en%20El%20Conde%20Casa%20de%20Humo",
|
||||
},
|
||||
text: "Ordenar Ahora", href: "https://wa.me/51965316290?text=Hola,%20deseo%20ordenar%20el%20Combo%20Parrillero%20en%20El%20Conde%20Casa%20de%20Humo"},
|
||||
],
|
||||
features: [
|
||||
"Brisket (200gr)",
|
||||
"Cerdo Desmenuzado (200gr)",
|
||||
"Chorizos Artesanales (2und)",
|
||||
"Acompañamientos familiares",
|
||||
],
|
||||
badge: "Especial",
|
||||
},
|
||||
"Brisket (200gr)", "Cerdo Desmenuzado (200gr)", "Chorizos Artesanales (2und)", "Acompañamientos familiares"],
|
||||
badge: "Especial"},
|
||||
{
|
||||
id: "combo-familiar",
|
||||
name: "Combo Familiar",
|
||||
price: "S/ 150.00",
|
||||
buttons: [
|
||||
id: "combo-familiar", name: "Combo Familiar", price: "S/ 150.00", buttons: [
|
||||
{
|
||||
text: "Ordenar Ahora",
|
||||
href: "https://wa.me/51965316290?text=Hola,%20deseo%20ordenar%20el%20Combo%20Familiar%20en%20El%20Conde%20Casa%20de%20Humo",
|
||||
},
|
||||
text: "Ordenar Ahora", href: "https://wa.me/51965316290?text=Hola,%20deseo%20ordenar%20el%20Combo%20Familiar%20en%20El%20Conde%20Casa%20de%20Humo"},
|
||||
],
|
||||
features: [
|
||||
"Pollo Entero Ahumado",
|
||||
"Porción Grande de Costillas",
|
||||
"Brisket (300gr)",
|
||||
"Acompañamientos y postre",
|
||||
],
|
||||
badge: "Para Compartir",
|
||||
},
|
||||
"Pollo Entero Ahumado", "Porción Grande de Costillas", "Brisket (300gr)", "Acompañamientos y postre"],
|
||||
badge: "Para Compartir"},
|
||||
]}
|
||||
title="Combos Exclusivos"
|
||||
description="Disfruta de nuestras combinaciones perfectas para compartir o para darte un gusto especial."
|
||||
@@ -327,20 +207,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "¿Cómo hago una reserva?",
|
||||
content: "Puedes hacer tu reserva directamente a través de nuestro botón de WhatsApp en la sección de Contacto o en la barra de navegación.",
|
||||
},
|
||||
id: "faq-1", title: "¿Cómo hago una reserva?", content: "Puedes hacer tu reserva directamente a través de nuestro botón de WhatsApp en la sección de Contacto o en la barra de navegación."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "¿Cuál es el horario de atención?",
|
||||
content: "Abrimos todos los días de 18:00 a 24:00 horas, listos para servirte la mejor carne ahumada.",
|
||||
},
|
||||
id: "faq-2", title: "¿Cuál es el horario de atención?", content: "Abrimos todos los días de 18:00 a 24:00 horas, listos para servirte la mejor carne ahumada."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "¿Ofrecen opciones vegetarianas o veganas?",
|
||||
content: "Nuestra especialidad son las carnes ahumadas. Sin embargo, tenemos una selección de guarniciones que pueden ser adecuadas para dietas vegetarianas.",
|
||||
},
|
||||
id: "faq-3", title: "¿Ofrecen opciones vegetarianas o veganas?", content: "Nuestra especialidad son las carnes ahumadas. Sin embargo, tenemos una selección de guarniciones que pueden ser adecuadas para dietas vegetarianas."},
|
||||
]}
|
||||
title="¿Tienes Preguntas?"
|
||||
description="Encuentra respuestas rápidas sobre reservas, horarios y nuestros platos."
|
||||
@@ -353,18 +224,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Visítanos en Food Park Buenos Aires o contáctanos para tu reserva. ¡Te esperamos para una experiencia ahumada inolvidable! \\\n\\\nHorario: Todos los días: 18:00 – 24:00 horas \\\nUbicación: Av. Pacífico I-14, Urbanización Buenos Aires, Nuevo Chimbote, Áncash, Perú (Dentro del Food Park Buenos Aires)"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver en Google Maps",
|
||||
href: "https://maps.app.goo.gl/v6qNE5eUWQmG77227",
|
||||
},
|
||||
text: "Ver en Google Maps", href: "https://maps.app.goo.gl/v6qNE5eUWQmG77227"},
|
||||
{
|
||||
text: "Reservar por WhatsApp",
|
||||
href: "https://wa.me/51965316290?text=Hola,%20deseo%20realizar%20una%20reserva%20en%20El%20Conde%20Casa%20de%20Humo",
|
||||
},
|
||||
text: "Reservar por WhatsApp", href: "https://wa.me/51965316290?text=Hola,%20deseo%20realizar%20una%20reserva%20en%20El%20Conde%20Casa%20de%20Humo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -373,13 +239,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="El Conde Casa de Humo"
|
||||
leftLink={{
|
||||
text: "Facebook",
|
||||
href: "https://facebook.com/ElCondeCasaDeHumo",
|
||||
}}
|
||||
text: "Facebook", href: "https://facebook.com/ElCondeCasaDeHumo"}}
|
||||
rightLink={{
|
||||
text: "Instagram",
|
||||
href: "https://instagram.com/elcondecasadehumo",
|
||||
}}
|
||||
text: "Instagram", href: "https://instagram.com/elcondecasadehumo"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user