Update src/app/page.tsx
This commit is contained in:
249
src/app/page.tsx
249
src/app/page.tsx
@@ -33,33 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Nosotros", id: "#about"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menú", id: "#menu"},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonios", id: "#testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/hand-reaching-fresh-tacos-wooden-board-candlelight_1308-189504.jpg"
|
||||
logoAlt="Antojitos Ecuatorianos Logo"
|
||||
brandName="Antojitos Ecuatorianos"
|
||||
button={{
|
||||
text: "Pedir en Línea",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Pedir en Línea", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -67,44 +55,29 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Antojitos Ecuatorianos: Sabor Auténtico de Ecuador"
|
||||
description="Experimenta la verdadera esencia de la cocina ecuatoriana en Hightstown, NJ. Desde Hornado hasta Seco de Chivo, cada plato es una tradición."
|
||||
tag="Hightstown, NJ"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Menú", href: "#menu"},
|
||||
{
|
||||
text: "Reservar Mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar Mesa", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-dish-kumpir-with-chicken-corn-olives-mushrooms-potatoes_140725-7533.jpg",
|
||||
imageAlt: "Hornado con Arroz y Mote",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-dish-kumpir-with-chicken-corn-olives-mushrooms-potatoes_140725-7533.jpg", imageAlt: "Hornado con Arroz y Mote"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-puts-plain-youghurt-green-kutab-side-view_141793-4202.jpg",
|
||||
imageAlt: "Variedad de comida ecuatoriana",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-puts-plain-youghurt-green-kutab-side-view_141793-4202.jpg", imageAlt: "Variedad de comida ecuatoriana"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sharming-elegant-young-african-american-woman-with-long-curly-hair-wearing-jumpsuit-posing-cafe-indoor-with-milkshake-cocktail_627829-5551.jpg",
|
||||
imageAlt: "Interior de restaurante ecuatoriano",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sharming-elegant-young-african-american-woman-with-long-curly-hair-wearing-jumpsuit-posing-cafe-indoor-with-milkshake-cocktail_627829-5551.jpg", imageAlt: "Interior de restaurante ecuatoriano"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bulgur-with-meat-zucchini-prunes-beans-bell-pepper-dry-fruits-side-view_141793-1756.jpg",
|
||||
imageAlt: "Bulgur with meat zucchini prunes beans bell pepper dry fruits side view",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bulgur-with-meat-zucchini-prunes-beans-bell-pepper-dry-fruits-side-view_141793-1756.jpg", imageAlt: "Bulgur with meat zucchini prunes beans bell pepper dry fruits side view"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-dish-rice_23-2147680630.jpg",
|
||||
imageAlt: "Tasty dish of rice",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-dish-rice_23-2147680630.jpg", imageAlt: "Tasty dish of rice"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -115,19 +88,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Nuestra Historia de Sabor",
|
||||
},
|
||||
type: "text", content: "Nuestra Historia de Sabor"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Más Sobre Nosotros",
|
||||
href: "#",
|
||||
},
|
||||
text: "Más Sobre Nosotros", href: "#"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cooking_23-2150980220.jpg"
|
||||
imageAlt="Chef ecuatoriana en la cocina"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,32 +105,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Ingredientes Frescos",
|
||||
descriptions: [
|
||||
"Seleccionamos solo los productos más frescos y de alta calidad para garantizar el auténtico sabor de cada plato.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-vegetables-as-tomato-lettuce-basil-with-vegetable-salad-black-pepper-garlic-crusher-melted-oil-wooden-table_141793-10789.jpg",
|
||||
imageAlt: "Ingredientes frescos",
|
||||
},
|
||||
id: "f1", title: "Ingredientes Frescos", descriptions: [
|
||||
"Seleccionamos solo los productos más frescos y de alta calidad para garantizar el auténtico sabor de cada plato."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-vegetables-as-tomato-lettuce-basil-with-vegetable-salad-black-pepper-garlic-crusher-melted-oil-wooden-table_141793-10789.jpg", imageAlt: "Ingredientes frescos"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Ambiente Familiar",
|
||||
descriptions: [
|
||||
"Disfruta de un espacio cálido y acogedor, perfecto para compartir momentos especiales con tus seres queridos.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132628.jpg",
|
||||
imageAlt: "Familia disfrutando en el restaurante",
|
||||
},
|
||||
id: "f2", title: "Ambiente Familiar", descriptions: [
|
||||
"Disfruta de un espacio cálido y acogedor, perfecto para compartir momentos especiales con tus seres queridos."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132628.jpg", imageAlt: "Familia disfrutando en el restaurante"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Recetas Tradicionales",
|
||||
descriptions: [
|
||||
"Nuestros chefs expertos preparan cada plato siguiendo las recetas ancestrales de Ecuador, transmitiendo la cultura en cada bocado.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cooking_23-2148723237.jpg",
|
||||
imageAlt: "Chef preparando plato tradicional",
|
||||
},
|
||||
id: "f3", title: "Recetas Tradicionales", descriptions: [
|
||||
"Nuestros chefs expertos preparan cada plato siguiendo las recetas ancestrales de Ecuador, transmitiendo la cultura en cada bocado."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cooking_23-2148723237.jpg", imageAlt: "Chef preparando plato tradicional"},
|
||||
]}
|
||||
title="Compromiso con la Excelencia"
|
||||
description="En Antojitos Ecuatorianos, cada detalle cuenta para brindarte una experiencia culinaria inolvidable. Descubre lo que nos hace únicos."
|
||||
@@ -178,53 +130,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Hornado con Arroz o Mote",
|
||||
price: "$15.99",
|
||||
variant: "Clásico",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-lavash-parsley-basil-onion-sumakh-sour-sauce-side-view_141793-3127.jpg",
|
||||
imageAlt: "Hornado ecuatoriano",
|
||||
},
|
||||
id: "p1", name: "Hornado con Arroz o Mote", price: "$15.99", variant: "Clásico", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-lavash-parsley-basil-onion-sumakh-sour-sauce-side-view_141793-3127.jpg", imageAlt: "Hornado ecuatoriano"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Guatita",
|
||||
price: "$14.50",
|
||||
variant: "Estofado de Mondongo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bowl-vegetable-soup-bowl-pickles-plate-rice-wooden-table_181624-28246.jpg",
|
||||
imageAlt: "Guatita",
|
||||
},
|
||||
id: "p2", name: "Guatita", price: "$14.50", variant: "Estofado de Mondongo", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bowl-vegetable-soup-bowl-pickles-plate-rice-wooden-table_181624-28246.jpg", imageAlt: "Guatita"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Seco de Chivo",
|
||||
price: "$16.99",
|
||||
variant: "Estofado de Cabra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-beans-green-beans-tomatoes-wooden-bowl-fork-dark-table_140725-120151.jpg",
|
||||
imageAlt: "Seco de Chivo",
|
||||
},
|
||||
id: "p3", name: "Seco de Chivo", price: "$16.99", variant: "Estofado de Cabra", imageSrc: "http://img.b2bpic.net/free-photo/green-beans-green-beans-tomatoes-wooden-bowl-fork-dark-table_140725-120151.jpg", imageAlt: "Seco de Chivo"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Encebollado",
|
||||
price: "$13.00",
|
||||
variant: "Sopa de Pescado",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-egg-tomato-dish-cooked-oil-served-breakfast_140725-8696.jpg",
|
||||
imageAlt: "Encebollado",
|
||||
},
|
||||
id: "p4", name: "Encebollado", price: "$13.00", variant: "Sopa de Pescado", imageSrc: "http://img.b2bpic.net/free-photo/close-up-egg-tomato-dish-cooked-oil-served-breakfast_140725-8696.jpg", imageAlt: "Encebollado"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Chaulafan",
|
||||
price: "$12.99",
|
||||
variant: "Arroz Frito Ecuatoriano",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-delicious-cuscus-plate_1303-26176.jpg",
|
||||
imageAlt: "Chaulafan",
|
||||
},
|
||||
id: "p5", name: "Chaulafan", price: "$12.99", variant: "Arroz Frito Ecuatoriano", imageSrc: "http://img.b2bpic.net/free-photo/yellow-delicious-cuscus-plate_1303-26176.jpg", imageAlt: "Chaulafan"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Arroz Marinero",
|
||||
price: "$18.75",
|
||||
variant: "Arroz con Mariscos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oysters-fried-egg-batter-served-iron-hot-plate_1232-2015.jpg",
|
||||
imageAlt: "Arroz Marinero",
|
||||
},
|
||||
id: "p6", name: "Arroz Marinero", price: "$18.75", variant: "Arroz con Mariscos", imageSrc: "http://img.b2bpic.net/free-photo/oysters-fried-egg-batter-served-iron-hot-plate_1232-2015.jpg", imageAlt: "Arroz Marinero"},
|
||||
]}
|
||||
title="Nuestro Menú Auténtico"
|
||||
description="Explora nuestra variada selección de platos tradicionales ecuatorianos, preparados con pasión y los mejores ingredientes."
|
||||
@@ -238,45 +154,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Diana Santander",
|
||||
role: "Cliente Satisfecha",
|
||||
testimonial: "¡Excelente atención y muy rica la gastronomía! La verdad buena comida, me encanta la guatita y el seco de chivo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg",
|
||||
imageAlt: "Diana Santander",
|
||||
},
|
||||
id: "t1", name: "Diana Santander", role: "Cliente Satisfecha", testimonial: "¡Excelente atención y muy rica la gastronomía! La verdad buena comida, me encanta la guatita y el seco de chivo.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg", imageAlt: "Diana Santander"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Special K",
|
||||
role: "Local Guide",
|
||||
testimonial: "The food was really good! I always get their Chaulafan and Arroz Marinero. The portion is good as well as the amount of seafood and meat. My whole family LOVES these two dishes especially!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-dining-out_23-2149212186.jpg",
|
||||
imageAlt: "Special K",
|
||||
},
|
||||
id: "t2", name: "Special K", role: "Local Guide", testimonial: "The food was really good! I always get their Chaulafan and Arroz Marinero. The portion is good as well as the amount of seafood and meat. My whole family LOVES these two dishes especially!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-dining-out_23-2149212186.jpg", imageAlt: "Special K"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jason Yuen",
|
||||
role: "Cliente Regular",
|
||||
testimonial: "Got food to go yesterday. Every time I am in the area I try to come here. I always get their Chaulafan and Arroz Marinero. The portion is good as well as the amount of seafood and meat. My whole family LOVES these two dishes especially!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-357.jpg",
|
||||
imageAlt: "Jason Yuen",
|
||||
},
|
||||
id: "t3", name: "Jason Yuen", role: "Cliente Regular", testimonial: "Got food to go yesterday. Every time I am in the area I try to come here. I always get their Chaulafan and Arroz Marinero. The portion is good as well as the amount of seafood and meat. My whole family LOVES these two dishes especially!", imageSrc: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-357.jpg", imageAlt: "Jason Yuen"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "María G.",
|
||||
role: "Visitante Feliz",
|
||||
testimonial: "El sabor es auténtico, me transporta a Ecuador. ¡El hornado es espectacular! Sin duda, mi lugar favorito para comida ecuatoriana.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg",
|
||||
imageAlt: "María G.",
|
||||
},
|
||||
id: "t4", name: "María G.", role: "Visitante Feliz", testimonial: "El sabor es auténtico, me transporta a Ecuador. ¡El hornado es espectacular! Sin duda, mi lugar favorito para comida ecuatoriana.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg", imageAlt: "María G."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Carlos R.",
|
||||
role: "Amante de la Cocina",
|
||||
testimonial: "La atención es de primera y los platos son abundantes y deliciosos. Recomiendo el encebollado, es una delicia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
|
||||
imageAlt: "Carlos R.",
|
||||
},
|
||||
id: "t5", name: "Carlos R.", role: "Amante de la Cocina", testimonial: "La atención es de primera y los platos son abundantes y deliciosos. Recomiendo el encebollado, es una delicia.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", imageAlt: "Carlos R."},
|
||||
]}
|
||||
title="Lo Que Dicen Nuestros Clientes"
|
||||
description="Nos enorgullece recibir reseñas tan positivas, reflejando el amor y la dedicación que ponemos en cada plato y en nuestro servicio."
|
||||
@@ -290,29 +176,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.0",
|
||||
title: "Estrellas en Google",
|
||||
description: "Calificación promedio de nuestros clientes, reflejando su satisfacción.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1416.jpg",
|
||||
imageAlt: "Chef sonriendo con la mano en el corazón",
|
||||
},
|
||||
id: "m1", value: "4.0", title: "Estrellas en Google", description: "Calificación promedio de nuestros clientes, reflejando su satisfacción.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1416.jpg", imageAlt: "Chef sonriendo con la mano en el corazón"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "140+",
|
||||
title: "Reseñas Positivas",
|
||||
description: "Cientos de clientes satisfechos que comparten su experiencia con nosotros.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dish-with-black-beans_23-2148725039.jpg",
|
||||
imageAlt: "Diploma o premio por gastronomía",
|
||||
},
|
||||
id: "m2", value: "140+", title: "Reseñas Positivas", description: "Cientos de clientes satisfechos que comparten su experiencia con nosotros.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dish-with-black-beans_23-2148725039.jpg", imageAlt: "Diploma o premio por gastronomía"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Autenticidad",
|
||||
description: "Comprometidos con ofrecer el verdadero sabor y tradición de Ecuador.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-serving-guest-with-coffee-while-working-parttime-as-waiter-cafe_637285-2468.jpg",
|
||||
imageAlt: "Mesero feliz sirviendo comida",
|
||||
},
|
||||
id: "m3", value: "100%", title: "Autenticidad", description: "Comprometidos con ofrecer el verdadero sabor y tradición de Ecuador.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-serving-guest-with-coffee-while-working-parttime-as-waiter-cafe_637285-2468.jpg", imageAlt: "Mesero feliz sirviendo comida"},
|
||||
]}
|
||||
title="Nuestros Logros y Compromisos"
|
||||
description="Trabajamos día a día para superar tus expectativas y celebrar la riqueza de la cocina ecuatoriana."
|
||||
@@ -325,25 +193,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "¿Cuáles son sus horarios de atención?",
|
||||
content: "Estamos abiertos de martes a domingo, de 11 a.m. a 8 p.m. Los jueves abrimos a las 8 a.m. para el desayuno.",
|
||||
},
|
||||
id: "faq1", title: "¿Cuáles son sus horarios de atención?", content: "Estamos abiertos de martes a domingo, de 11 a.m. a 8 p.m. Los jueves abrimos a las 8 a.m. para el desayuno."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "¿Ofrecen opciones para llevar o entrega a domicilio?",
|
||||
content: "Sí, ofrecemos servicio de consumo en el lugar, para llevar y entrega a domicilio a través de plataformas de terceros.",
|
||||
},
|
||||
id: "faq2", title: "¿Ofrecen opciones para llevar o entrega a domicilio?", content: "Sí, ofrecemos servicio de consumo en el lugar, para llevar y entrega a domicilio a través de plataformas de terceros."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "¿Tienen opciones vegetarianas o veganas?",
|
||||
content: "Aunque nuestra cocina es rica en carnes, podemos adaptar algunos platos o sugerir opciones vegetarianas. Por favor, consulte con nuestro personal al hacer su pedido.",
|
||||
},
|
||||
id: "faq3", title: "¿Tienen opciones vegetarianas o veganas?", content: "Aunque nuestra cocina es rica en carnes, podemos adaptar algunos platos o sugerir opciones vegetarianas. Por favor, consulte con nuestro personal al hacer su pedido."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "¿Es un restaurante familiar?",
|
||||
content: "Sí, Antojitos Ecuatorianos es un negocio familiar que se identifica como mujer empresaria y empresario latino, comprometidos con nuestra comunidad.",
|
||||
},
|
||||
id: "faq4", title: "¿Es un restaurante familiar?", content: "Sí, Antojitos Ecuatorianos es un negocio familiar que se identifica como mujer empresaria y empresario latino, comprometidos con nuestra comunidad."},
|
||||
]}
|
||||
title="¿Preguntas Frecuentes?"
|
||||
description="Aquí respondemos a las dudas más comunes sobre nuestro restaurante y servicios."
|
||||
@@ -355,21 +211,16 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg",
|
||||
variant: "plain"
|
||||
}}
|
||||
tag="Contáctanos"
|
||||
title="Visítanos o Haz tu Pedido"
|
||||
description="Estamos listos para recibirte o preparar tu comida favorita. Llámanos o ven a conocernos en Hightstown, NJ."
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar Ahora",
|
||||
href: "tel:+16094486611",
|
||||
},
|
||||
text: "Llamar Ahora", href: "tel:+16094486611"},
|
||||
{
|
||||
text: "Cómo Llegar",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
|
||||
},
|
||||
text: "Cómo Llegar", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -384,14 +235,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user