Update src/app/page.tsx
This commit is contained in:
279
src/app/page.tsx
279
src/app/page.tsx
@@ -33,39 +33,23 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Inicio",
|
name: "Inicio", id: "#inicio"},
|
||||||
id: "#inicio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sobre Nosotros",
|
name: "Sobre Nosotros", id: "#sobre-nosotros"},
|
||||||
id: "#sobre-nosotros",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menú",
|
name: "Menú", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Especiales",
|
name: "Especiales", id: "#especiales"},
|
||||||
id: "#especiales",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Opiniones",
|
name: "Opiniones", id: "#opiniones"},
|
||||||
id: "#opiniones",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contacto",
|
name: "Contacto", id: "#contacto"},
|
||||||
id: "#contacto",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Casa Românească"
|
brandName="Casa Românească"
|
||||||
button={{
|
button={{
|
||||||
text: "Reservar Mesa",
|
text: "Reservar Mesa", href: "#contacto"}}
|
||||||
href: "#contacto",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -73,42 +57,21 @@ export default function LandingPage() {
|
|||||||
<div id="inicio" data-section="inicio">
|
<div id="inicio" data-section="inicio">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Saborea la Auténtica Cocina Rumana"
|
title="Saborea la Auténtica Cocina Rumana"
|
||||||
description="Bienvenido a Casa Românească, donde cada plato cuenta una historia de tradición y pasión. Descubre los sabores de Rumanía en un ambiente cálido y acogedor."
|
description="Bienvenido a Casa Românească, donde cada plato cuenta una historia de tradición y pasión. Descubre los sabores de Rumanía en un ambiente cálido y acogedor."
|
||||||
tag="Delicias de Rumanía"
|
tag="Delicias de Rumanía"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explora Nuestro Menú",
|
text: "Explora Nuestro Menú", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Haz tu Reserva",
|
text: "Haz tu Reserva", href: "#contacto"},
|
||||||
href: "#contacto",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-grape-leaves-dolma-table_141793-1580.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-grape-leaves-dolma-table_141793-1580.jpg", imageAlt: "Plato de Sarmale y Mămăligă"},
|
||||||
imageAlt: "Plato de Sarmale y Mămăligă",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lentil-soup-traditional-azerbaijani-soup-with-lemon-dry-mint_140725-11396.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lentil-soup-traditional-azerbaijani-soup-with-lemon-dry-mint_140725-11396.jpg", imageAlt: "Variedad de platos rumanos"}
|
||||||
imageAlt: "Variedad de platos rumanos",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-sauteed-with-herbs-spices-broth_114579-4438.jpg",
|
|
||||||
imageAlt: "Meat sauteed with herbs and spices in the broth",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-wrapped-vegetables_140725-1160.jpg",
|
|
||||||
imageAlt: "meat wrapped in vegetables",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-rolls-rolled-with-vegetables-inside-pan-dark-surface-meat-dinner-food-meal-vegetable_140725-39929.jpg",
|
|
||||||
imageAlt: "Front view meat rolls rolled with vegetables inside pan on dark surface meat dinner food meal vegetable",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -123,24 +86,16 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
label: "Años de Experiencia",
|
label: "Años de Experiencia", value: "25+"},
|
||||||
value: "25+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Clientes Felices",
|
label: "Clientes Felices", value: "10K+"},
|
||||||
value: "10K+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Sparkles,
|
icon: Sparkles,
|
||||||
label: "Platos Auténticos",
|
label: "Platos Auténticos", value: "50+"},
|
||||||
value: "50+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Star,
|
icon: Star,
|
||||||
label: "Estrellas Michelin",
|
label: "Estrellas Michelin", value: "1"},
|
||||||
value: "1",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -154,29 +109,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Sarmale",
|
title: "Sarmale", description: "Rollos de col rellenos de carne picada y arroz, cocidos a fuego lento y servidos con mămăligă cremosa y nata agria.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-meal-rolled-inside-cabbage-with-tomatoes-dark-blue-desk-meat-food-dinner-calorie-vegetable-cooking_140725-64476.jpg", imageAlt: "Sarmale, rollos de col rellenos"},
|
||||||
description: "Rollos de col rellenos de carne picada y arroz, cocidos a fuego lento y servidos con mămăligă cremosa y nata agria.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-meal-rolled-inside-cabbage-with-tomatoes-dark-blue-desk-meat-food-dinner-calorie-vegetable-cooking_140725-64476.jpg",
|
|
||||||
imageAlt: "Sarmale, rollos de col rellenos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Mici (Mititei)",
|
title: "Mici (Mititei)", description: "Salchichas a la parrilla de carne de cerdo y ternera, especiadas con ajo y tomillo. Perfectas con mostaza casera.", imageSrc: "http://img.b2bpic.net/free-photo/georgian-kupati-wooden-board_140725-9217.jpg", imageAlt: "Mici a la parrilla con mostaza"},
|
||||||
description: "Salchichas a la parrilla de carne de cerdo y ternera, especiadas con ajo y tomillo. Perfectas con mostaza casera.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/georgian-kupati-wooden-board_140725-9217.jpg",
|
|
||||||
imageAlt: "Mici a la parrilla con mostaza",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Ciorbă de Burtă",
|
title: "Ciorbă de Burtă", description: "La famosa sopa de callos rumana, un plato reconfortante y lleno de sabor, ideal para cualquier momento del día.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-rice-inside-little-plate-dark-surface-dish-dinner-food-horizontal-meat-meal-cooking-table_140725-158691.jpg", imageAlt: "Ciorbă de Burtă, sopa de callos"},
|
||||||
description: "La famosa sopa de callos rumana, un plato reconfortante y lleno de sabor, ideal para cualquier momento del día.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-rice-inside-little-plate-dark-surface-dish-dinner-food-horizontal-meat-meal-cooking-table_140725-158691.jpg",
|
|
||||||
imageAlt: "Ciorbă de Burtă, sopa de callos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Papanași",
|
title: "Papanași", description: "Deliciosos donuts de queso frito, servidos con mermelada de cereza y nata agria. Un postre rumano clásico e irresistible.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-turkish-delight-oriental-sweets_114579-19440.jpg", imageAlt: "Papanași con mermelada"},
|
||||||
description: "Deliciosos donuts de queso frito, servidos con mermelada de cereza y nata agria. Un postre rumano clásico e irresistible.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-turkish-delight-oriental-sweets_114579-19440.jpg",
|
|
||||||
imageAlt: "Papanași con mermelada",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nuestros Platos Estrella"
|
title="Nuestros Platos Estrella"
|
||||||
description="Descubre los sabores icónicos de Rumanía, preparados con recetas tradicionales y los ingredientes más frescos. Una experiencia culinaria inolvidable te espera."
|
description="Descubre los sabores icónicos de Rumanía, preparados con recetas tradicionales y los ingredientes más frescos. Una experiencia culinaria inolvidable te espera."
|
||||||
@@ -191,54 +130,19 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "mititei",
|
id: "mititei", name: "Mititei (Mici)", price: "€12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-basturma-kebab-with-tomato-hot-pepper-grill-with-onion-sumac_141793-4074.jpg", imageAlt: "Mititei con mostaza"},
|
||||||
name: "Mititei (Mici)",
|
|
||||||
price: "€12.50",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-basturma-kebab-with-tomato-hot-pepper-grill-with-onion-sumac_141793-4074.jpg",
|
|
||||||
imageAlt: "Mititei con mostaza",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "sarmale",
|
id: "sarmale", name: "Sarmale con Mămăligă", price: "€15.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-hands-opening-clay-pot-with-traditional-grape-leaves-dolma_140725-11502.jpg", imageAlt: "Sarmale tradicional"},
|
||||||
name: "Sarmale con Mămăligă",
|
|
||||||
price: "€15.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-hands-opening-clay-pot-with-traditional-grape-leaves-dolma_140725-11502.jpg",
|
|
||||||
imageAlt: "Sarmale tradicional",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "ciorba-fasole",
|
id: "ciorba-fasole", name: "Ciorbă de Fasole", price: "€9.00", imageSrc: "http://img.b2bpic.net/free-photo/view-tomato-soup-brown-cutting-board-mixed-color-table_140725-86479.jpg", imageAlt: "Ciorbă de Fasole"},
|
||||||
name: "Ciorbă de Fasole",
|
|
||||||
price: "€9.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tomato-soup-brown-cutting-board-mixed-color-table_140725-86479.jpg",
|
|
||||||
imageAlt: "Ciorbă de Fasole",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "tocana-vita",
|
id: "tocana-vita", name: "Tocană de Vită", price: "€17.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370863.jpg", imageAlt: "Tocană de Vită"},
|
||||||
name: "Tocană de Vită",
|
|
||||||
price: "€17.50",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370863.jpg",
|
|
||||||
imageAlt: "Tocană de Vită",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "mamaliga",
|
id: "mamaliga", name: "Mămăligă cu Brânză y Smântână", price: "€8.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-dish_23-2150165729.jpg", imageAlt: "Mămăligă"},
|
||||||
name: "Mămăligă cu Brânză și Smântână",
|
|
||||||
price: "€8.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-dish_23-2150165729.jpg",
|
|
||||||
imageAlt: "Mămăligă",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "gulas",
|
id: "gulas", name: "Goulash Rumano", price: "€16.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370842.jpg", imageAlt: "Goulash caliente"},
|
||||||
name: "Goulash Rumano",
|
|
||||||
price: "€16.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370842.jpg",
|
|
||||||
imageAlt: "Goulash caliente",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "papanași",
|
id: "papanași", name: "Papanași con Smântână y Dulceață", price: "€7.00", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-sitting-cafe-holding-cup-cappuccino-eating-tasty-cake_285396-1102.jpg", imageAlt: "Papanași postre"},
|
||||||
name: "Papanași con Smântână y Dulceață",
|
|
||||||
price: "€7.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-sitting-cafe-holding-cup-cappuccino-eating-tasty-cake_285396-1102.jpg",
|
|
||||||
imageAlt: "Papanași postre",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Descubre Nuestro Menú Completo"
|
title="Descubre Nuestro Menú Completo"
|
||||||
description="Una selección cuidadosamente elaborada de platos rumanos, desde entrantes tradicionales hasta postres irresistibles. ¡Hay algo para cada paladar!"
|
description="Una selección cuidadosamente elaborada de platos rumanos, desde entrantes tradicionales hasta postres irresistibles. ¡Hay algo para cada paladar!"
|
||||||
@@ -252,40 +156,22 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "menu-tradicional",
|
id: "menu-tradicional", badge: "Popular", badgeIcon: Sparkles,
|
||||||
badge: "Popular",
|
price: "€35", subtitle: "Experiencia Culinaria Completa", buttons: [
|
||||||
badgeIcon: Sparkles,
|
|
||||||
price: "€35",
|
|
||||||
subtitle: "Experiencia Culinaria Completa",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Ver Detalles",
|
text: "Ver Detalles"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Entrante tradicional",
|
"Entrante tradicional", "Plato principal a elegir", "Postre del día", "Bebida incluida"],
|
||||||
"Plato principal a elegir",
|
|
||||||
"Postre del día",
|
|
||||||
"Bebida incluida",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "menu-gourmet",
|
id: "menu-gourmet", badge: "Exclusivo", badgeIcon: Crown,
|
||||||
badge: "Exclusivo",
|
price: "€50", subtitle: "Un Viaje Gastronómico", buttons: [
|
||||||
badgeIcon: Crown,
|
|
||||||
price: "€50",
|
|
||||||
subtitle: "Un Viaje Gastronómico",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Reservar Ahora",
|
text: "Reservar Ahora"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Selección de entrantes",
|
"Selección de entrantes", "Plato gourmet exclusivo", "Postre especial del chef", "Selección de vinos rumanos"],
|
||||||
"Plato gourmet exclusivo",
|
|
||||||
"Postre especial del chef",
|
|
||||||
"Selección de vinos rumanos",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Nuestras Ofertas Especiales"
|
title="Nuestras Ofertas Especiales"
|
||||||
@@ -301,25 +187,15 @@ export default function LandingPage() {
|
|||||||
author="Maria Popescu"
|
author="Maria Popescu"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-girl-smiling-shopping-center_23-2148225680.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-girl-smiling-shopping-center_23-2148225680.jpg", alt: "Foto de Maria Popescu"},
|
||||||
alt: "Foto de Maria Popescu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-2980.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-2980.jpg", alt: "Foto de Andrei Ionescu"},
|
||||||
alt: "Foto de Andrei Ionescu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-with-friends-while-drinking-beer-communicating-tavern_637285-2421.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-with-friends-while-drinking-beer-communicating-tavern_637285-2421.jpg", alt: "Foto de Elena Dumitrescu"},
|
||||||
alt: "Foto de Elena Dumitrescu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/content-man-posing-camera-headphones_23-2147747825.jpg",
|
src: "http://img.b2bpic.net/free-photo/content-man-posing-camera-headphones_23-2147747825.jpg", alt: "Foto de Bogdan Stan"},
|
||||||
alt: "Foto de Bogdan Stan",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-with-trendy-hairstyle_23-2149883722.jpg",
|
src: "http://img.b2bpic.net/free-photo/side-view-woman-with-trendy-hairstyle_23-2149883722.jpg", alt: "Foto de Raluca Georgescu"},
|
||||||
alt: "Foto de Raluca Georgescu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="blur-reveal"
|
ratingAnimation="blur-reveal"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -331,30 +207,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "¿Necesito reservar mesa?", content: "Recomendamos encarecidamente reservar mesa, especialmente los fines de semana y festivos, para asegurar su lugar y una experiencia sin esperas."},
|
||||||
title: "¿Necesito reservar mesa?",
|
|
||||||
content: "Recomendamos encarecidamente reservar mesa, especialmente los fines de semana y festivos, para asegurar su lugar y una experiencia sin esperas.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "¿Ofrecen opciones vegetarianas/veganas?", content: "Sí, tenemos varias opciones vegetarianas y veganas deliciosas. Por favor, consulte a nuestro personal para conocer las especialidades del día."},
|
||||||
title: "¿Ofrecen opciones vegetarianas/veganas?",
|
|
||||||
content: "Sí, tenemos varias opciones vegetarianas y veganas deliciosas. Por favor, consulte a nuestro personal para conocer las especialidades del día.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "¿Tienen menú para niños?", content: "Sí, contamos con un menú especial para los más pequeños, con platos adaptados a sus gustos y porciones. Pregunte a nuestros camareros."},
|
||||||
title: "¿Tienen menú para niños?",
|
|
||||||
content: "Sí, contamos con un menú especial para los más pequeños, con platos adaptados a sus gustos y porciones. Pregunte a nuestros camareros.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "¿Disponen de aparcamiento?", content: "Ofrecemos aparcamiento privado gratuito para nuestros clientes. Por favor, consulte con nuestro personal al llegar para más información."},
|
||||||
title: "¿Disponen de aparcamiento?",
|
|
||||||
content: "Ofrecemos aparcamiento privado gratuito para nuestros clientes. Por favor, consulte con nuestro personal al llegar para más información.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "¿Se pueden organizar eventos privados?", content: "Sí, disponemos de espacios para eventos privados y celebraciones. Contáctenos para discutir sus necesidades y le ayudaremos a planificar su evento."},
|
||||||
title: "¿Se pueden organizar eventos privados?",
|
|
||||||
content: "Sí, disponemos de espacios para eventos privados y celebraciones. Contáctenos para discutir sus necesidades y le ayudaremos a planificar su evento.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Preguntas Frecuentes"
|
sideTitle="Preguntas Frecuentes"
|
||||||
sideDescription="¿Tienes dudas sobre nuestro restaurante o menú? Aquí respondemos a las preguntas más comunes para ayudarte a planificar tu visita."
|
sideDescription="¿Tienes dudas sobre nuestro restaurante o menú? Aquí respondemos a las preguntas más comunes para ayudarte a planificar tu visita."
|
||||||
@@ -368,8 +229,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Contáctanos"
|
tag="Contáctanos"
|
||||||
title="Haz Tu Reserva o Pregunta"
|
title="Haz Tu Reserva o Pregunta"
|
||||||
description="Estamos listos para recibirte. Utiliza el formulario a continuación para reservar tu mesa o enviarnos cualquier consulta que tengas."
|
description="Estamos listos para recibirte. Utiliza el formulario a continuación para reservar tu mesa o enviarnos cualquier consulta que tengas."
|
||||||
@@ -386,54 +246,33 @@ export default function LandingPage() {
|
|||||||
logoText="Casa Românească"
|
logoText="Casa Românească"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Explora",
|
title: "Explora", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Inicio",
|
label: "Inicio", href: "#inicio"},
|
||||||
href: "#inicio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Menú",
|
label: "Menú", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Especiales",
|
label: "Especiales", href: "#especiales"},
|
||||||
href: "#especiales",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Opiniones",
|
label: "Opiniones", href: "#opiniones"},
|
||||||
href: "#opiniones",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contacto",
|
title: "Contacto", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Reservas",
|
label: "Reservas", href: "#contacto"},
|
||||||
href: "#contacto",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Ubicación",
|
label: "Ubicación", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Empleo",
|
label: "Empleo", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Política de Privacidad",
|
label: "Política de Privacidad", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Términos de Servicio",
|
label: "Términos de Servicio", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user