Merge version_1 into main #1
331
src/app/page.tsx
331
src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "#offers",
|
||||
},
|
||||
name: "Offers", id: "#offers"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-pizzeria-vintage-logo_23-2150177098.jpg"
|
||||
logoAlt="Richard Pizzas Logo"
|
||||
@@ -72,13 +58,9 @@ export default function LandingPage() {
|
||||
description="Experimenta la perfección en cada bocado. Pizzas artesanales preparadas con los ingredientes más frescos y recetas tradicionales. ¡Pide la tuya hoy!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú Completo",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Menú Completo", href: "#menu"},
|
||||
{
|
||||
text: "Ordenar Ahora",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Ordenar Ahora", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/seafood-pizza-with-shrimp-mussel-calamari-squid-cheese_141793-2273.jpg"
|
||||
imageAlt="Una deliciosa pizza recién horneada"
|
||||
@@ -86,25 +68,15 @@ export default function LandingPage() {
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg",
|
||||
alt: "Cliente satisfecho 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg", alt: "Cliente satisfecho 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-woman-looking-her-husband_23-2148435726.jpg",
|
||||
alt: "Cliente satisfecho 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-woman-looking-her-husband_23-2148435726.jpg", alt: "Cliente satisfecho 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-red-hat-talking-with-man_171337-16410.jpg",
|
||||
alt: "Cliente satisfecho 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-red-hat-talking-with-man_171337-16410.jpg", alt: "Cliente satisfecho 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
alt: "Cliente satisfecho 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg", alt: "Cliente satisfecho 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg",
|
||||
alt: "Cliente satisfecho 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg", alt: "Cliente satisfecho 5"},
|
||||
]}
|
||||
avatarText="Más de 1000 clientes felices"
|
||||
/>
|
||||
@@ -115,19 +87,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Nuestra Historia de Sabor",
|
||||
},
|
||||
type: "text", content: "Nuestra Historia de Sabor"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-people-cooking-pizza-together_23-2150283020.jpg", alt: "Chef amasando masa de pizza con pasión"},
|
||||
{
|
||||
type: "text", content: "En Richard Pizzas, cada pizza cuenta una historia de tradición y dedicación. Desde nuestra humilde apertura, hemos estado comprometidos con la creación de pizzas que no solo alimentan el cuerpo, sino también el alma. Usamos recetas heredadas y técnicas artesanales para asegurar un sabor inigualable. Nuestro secreto reside en la frescura de nuestros ingredientes y la pasión de nuestros chefs."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conoce Más",
|
||||
href: "#",
|
||||
},
|
||||
text: "Conoce Más", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-people-cooking-pizza-together_23-2150283020.jpg"
|
||||
imageAlt="Chef amasando masa de pizza con pasión"
|
||||
description="En Richard Pizzas, cada pizza cuenta una historia de tradición y dedicación. Desde nuestra humilde apertura, hemos estado comprometidos con la creación de pizzas que no solo alimentan el cuerpo, sino también el alma. Usamos recetas heredadas y técnicas artesanales para asegurar un sabor inigualable. Nuestro secreto reside en la frescura de nuestros ingredientes y la pasión de nuestros chefs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,34 +107,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Ingredientes Frescos",
|
||||
title: "Siempre lo Mejor",
|
||||
items: [
|
||||
"Tomates maduros seleccionados",
|
||||
"Mozzarella de alta calidad",
|
||||
"Verduras de temporada",
|
||||
],
|
||||
id: "f1", label: "Ingredientes Frescos", title: "Siempre lo Mejor", items: [
|
||||
"Tomates maduros seleccionados", "Mozzarella de alta calidad", "Verduras de temporada"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Recetas Artesanales",
|
||||
title: "Tradición en Cada Pizza",
|
||||
items: [
|
||||
"Masa madre de fermentación lenta",
|
||||
"Salsa casera con especias únicas",
|
||||
"Horneado en horno de piedra",
|
||||
],
|
||||
id: "f2", label: "Recetas Artesanales", title: "Tradición en Cada Pizza", items: [
|
||||
"Masa madre de fermentación lenta", "Salsa casera con especias únicas", "Horneado en horno de piedra"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Entrega Rápida",
|
||||
title: "Tu Pizza Caliente",
|
||||
items: [
|
||||
"Servicio a domicilio eficiente",
|
||||
"Empaque que conserva el calor",
|
||||
"Entrega en tu puerta sin demora",
|
||||
],
|
||||
id: "f3", label: "Entrega Rápida", title: "Tu Pizza Caliente", items: [
|
||||
"Servicio a domicilio eficiente", "Empaque que conserva el calor", "Entrega en tu puerta sin demora"],
|
||||
},
|
||||
]}
|
||||
title="Por Qué Elegir Richard Pizzas"
|
||||
@@ -181,53 +132,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Margherita Clásica",
|
||||
price: "$12.99",
|
||||
variant: "Tomate, Mozzarella, Albahaca",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096956.jpg",
|
||||
imageAlt: "Pizza Margherita",
|
||||
},
|
||||
id: "p1", name: "Margherita Clásica", price: "$12.99", variant: "Tomate, Mozzarella, Albahaca", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096956.jpg", imageAlt: "Pizza Margherita"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pepperoni Picante",
|
||||
price: "$14.50",
|
||||
variant: "Salsa de tomate, Pepperoni, Mozzarella",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-rustic-wooden-table-generated-by-ai_188544-18473.jpg",
|
||||
imageAlt: "Pizza Pepperoni",
|
||||
},
|
||||
id: "p2", name: "Pepperoni Picante", price: "$14.50", variant: "Salsa de tomate, Pepperoni, Mozzarella", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-rustic-wooden-table-generated-by-ai_188544-18473.jpg", imageAlt: "Pizza Pepperoni"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Vegetariana Fresca",
|
||||
price: "$13.99",
|
||||
variant: "Variedad de verduras frescas de temporada",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-810.jpg",
|
||||
imageAlt: "Pizza Vegetariana",
|
||||
},
|
||||
id: "p3", name: "Vegetariana Fresca", price: "$13.99", variant: "Variedad de verduras frescas de temporada", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-810.jpg", imageAlt: "Pizza Vegetariana"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "BBQ Pollo",
|
||||
price: "$15.75",
|
||||
variant: "Salsa BBQ, Pollo, Cebolla morada",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-pizza-with-bell-peppers-mushroom-cheese_140725-1518.jpg",
|
||||
imageAlt: "Pizza BBQ Pollo",
|
||||
},
|
||||
id: "p4", name: "BBQ Pollo", price: "$15.75", variant: "Salsa BBQ, Pollo, Cebolla morada", imageSrc: "http://img.b2bpic.net/free-photo/chicken-pizza-with-bell-peppers-mushroom-cheese_140725-1518.jpg", imageAlt: "Pizza BBQ Pollo"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Hawaiana Exótica",
|
||||
price: "$14.25",
|
||||
variant: "Jamón, Piña, Mozzarella",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pineapple-pizza-with-oil-cutter_23-2148753774.jpg",
|
||||
imageAlt: "Pizza Hawaiana",
|
||||
},
|
||||
id: "p5", name: "Hawaiana Exótica", price: "$14.25", variant: "Jamón, Piña, Mozzarella", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pineapple-pizza-with-oil-cutter_23-2148753774.jpg", imageAlt: "Pizza Hawaiana"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Richard Carnívora",
|
||||
price: "$16.00",
|
||||
variant: "Pepperoni, Jamón, Tocino, Salchicha",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-stucco-background_23-2148601610.jpg",
|
||||
imageAlt: "Pizza Carnívora",
|
||||
},
|
||||
id: "p6", name: "Richard Carnívora", price: "$16.00", variant: "Pepperoni, Jamón, Tocino, Salchicha", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-stucco-background_23-2148601610.jpg", imageAlt: "Pizza Carnívora"},
|
||||
]}
|
||||
title="Nuestro Delicioso Menú"
|
||||
description="Desde los clásicos hasta nuestras especialidades, hay una pizza perfecta para cada gusto. ¡Explora y elige tu favorita!"
|
||||
@@ -241,55 +156,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-family",
|
||||
title: "Pack Familiar",
|
||||
price: "$34.99",
|
||||
period: "Incluye",
|
||||
features: [
|
||||
"2 Pizzas Grandes",
|
||||
"1 Refresco de 2L",
|
||||
"1 Porción de Papas Fritas",
|
||||
],
|
||||
id: "plan-family", title: "Pack Familiar", price: "$34.99", period: "Incluye", features: [
|
||||
"2 Pizzas Grandes", "1 Refresco de 2L", "1 Porción de Papas Fritas"],
|
||||
button: {
|
||||
text: "Ordenar Pack Familiar",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-bowl-pickled-red-pepper-slices-pizza-blue-surface_114579-14356.jpg",
|
||||
imageAlt: "Oferta de Pack Familiar",
|
||||
},
|
||||
text: "Ordenar Pack Familiar", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-bowl-pickled-red-pepper-slices-pizza-blue-surface_114579-14356.jpg", imageAlt: "Oferta de Pack Familiar"},
|
||||
{
|
||||
id: "plan-lunch",
|
||||
title: "Almuerzo Express",
|
||||
price: "$9.99",
|
||||
period: "Incluye",
|
||||
features: [
|
||||
"1 Pizza Personal (2 ingredientes)",
|
||||
"1 Refresco Individual",
|
||||
],
|
||||
id: "plan-lunch", title: "Almuerzo Express", price: "$9.99", period: "Incluye", features: [
|
||||
"1 Pizza Personal (2 ingredientes)", "1 Refresco Individual"],
|
||||
button: {
|
||||
text: "Ordenar Almuerzo",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-sliced-with-cheese-olives-dark-surface-italian-bake-dough-meal-food-pizza_140725-102002.jpg",
|
||||
imageAlt: "Oferta de Almuerzo Express",
|
||||
},
|
||||
text: "Ordenar Almuerzo", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-sliced-with-cheese-olives-dark-surface-italian-bake-dough-meal-food-pizza_140725-102002.jpg", imageAlt: "Oferta de Almuerzo Express"},
|
||||
{
|
||||
id: "plan-party",
|
||||
title: "Fiesta de Pizza",
|
||||
price: "$59.99",
|
||||
period: "Incluye",
|
||||
features: [
|
||||
"4 Pizzas Grandes",
|
||||
"2 Refrescos de 2L",
|
||||
"2 Porciones de Papas Fritas",
|
||||
],
|
||||
id: "plan-party", title: "Fiesta de Pizza", price: "$59.99", period: "Incluye", features: [
|
||||
"4 Pizzas Grandes", "2 Refrescos de 2L", "2 Porciones de Papas Fritas"],
|
||||
button: {
|
||||
text: "Organizar Fiesta",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-cutting-pizza-white-table_23-2148040992.jpg",
|
||||
imageAlt: "Oferta de Fiesta de Pizza",
|
||||
},
|
||||
text: "Organizar Fiesta", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-cutting-pizza-white-table_23-2148040992.jpg", imageAlt: "Oferta de Fiesta de Pizza"},
|
||||
]}
|
||||
title="Nuestras Ofertas Especiales"
|
||||
description="Aprovecha nuestras promociones para disfrutar más de tus pizzas favoritas a un precio increíble."
|
||||
@@ -304,59 +187,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ana María López",
|
||||
role: "Gastrónoma",
|
||||
company: "Food Critics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg",
|
||||
imageAlt: "Ana María López",
|
||||
},
|
||||
id: "t1", name: "Ana María López", role: "Gastrónoma", company: "Food Critics", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg", imageAlt: "Ana María López"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Carlos Ruíz",
|
||||
role: "Empresario",
|
||||
company: "Innovación Soluciones",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-kitchen-eating-pizza_651396-2879.jpg",
|
||||
imageAlt: "Carlos Ruíz",
|
||||
},
|
||||
id: "t2", name: "Carlos Ruíz", role: "Empresario", company: "Innovación Soluciones", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-kitchen-eating-pizza_651396-2879.jpg", imageAlt: "Carlos Ruíz"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Laura García",
|
||||
role: "Estudiante",
|
||||
company: "Universidad Local",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-take-away-coffee-slice-tasty-pizza-having-snack-wearing-maroon-t-shirt_176532-10198.jpg",
|
||||
imageAlt: "Laura García",
|
||||
},
|
||||
id: "t3", name: "Laura García", role: "Estudiante", company: "Universidad Local", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-take-away-coffee-slice-tasty-pizza-having-snack-wearing-maroon-t-shirt_176532-10198.jpg", imageAlt: "Laura García"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Pedro Martínez",
|
||||
role: "Diseñador",
|
||||
company: "Creative Minds",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-holds-meat-pizza-with-red-yellow-bell-pepper_140725-5259.jpg",
|
||||
imageAlt: "Pedro Martínez",
|
||||
},
|
||||
id: "t4", name: "Pedro Martínez", role: "Diseñador", company: "Creative Minds", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-holds-meat-pizza-with-red-yellow-bell-pepper_140725-5259.jpg", imageAlt: "Pedro Martínez"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sofía Torres",
|
||||
role: "Docente",
|
||||
company: "Colegio Central",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-with-chips-drink_23-2148912474.jpg",
|
||||
imageAlt: "Sofía Torres",
|
||||
},
|
||||
id: "t5", name: "Sofía Torres", role: "Docente", company: "Colegio Central", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-with-chips-drink_23-2148912474.jpg", imageAlt: "Sofía Torres"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Miguel Hernández",
|
||||
role: "Ingeniero",
|
||||
company: "Tech Solutions",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24366.jpg",
|
||||
imageAlt: "Miguel Hernández",
|
||||
},
|
||||
id: "t6", name: "Miguel Hernández", role: "Ingeniero", company: "Tech Solutions", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24366.jpg", imageAlt: "Miguel Hernández"},
|
||||
]}
|
||||
title="Lo Que Dicen Nuestros Clientes"
|
||||
description="La satisfacción de nuestros comensales es nuestra mayor recompensa. Lee sus experiencias con Richard Pizzas."
|
||||
@@ -369,30 +216,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "¿Cuáles son sus horarios de atención?",
|
||||
content: "Estamos abiertos de lunes a domingo de 12:00 PM a 11:00 PM.",
|
||||
},
|
||||
id: "q1", title: "¿Cuáles son sus horarios de atención?", content: "Estamos abiertos de lunes a domingo de 12:00 PM a 11:00 PM."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "¿Hacen entregas a domicilio?",
|
||||
content: "Sí, ofrecemos servicio de entrega a domicilio dentro de nuestra zona de cobertura. Puedes verificar si tu dirección está cubierta al realizar tu pedido en línea o por teléfono.",
|
||||
},
|
||||
id: "q2", title: "¿Hacen entregas a domicilio?", content: "Sí, ofrecemos servicio de entrega a domicilio dentro de nuestra zona de cobertura. Puedes verificar si tu dirección está cubierta al realizar tu pedido en línea o por teléfono."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "¿Tienen opciones vegetarianas/veganas?",
|
||||
content: "Contamos con una amplia selección de pizzas vegetarianas. Para opciones veganas, por favor consulta a nuestro personal para personalizar tu pedido.",
|
||||
},
|
||||
id: "q3", title: "¿Tienen opciones vegetarianas/veganas?", content: "Contamos con una amplia selección de pizzas vegetarianas. Para opciones veganas, por favor consulta a nuestro personal para personalizar tu pedido."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "¿Puedo personalizar mi pizza?",
|
||||
content: "¡Absolutamente! Ofrecemos la opción de personalizar tu pizza con tus ingredientes favoritos. Consulta nuestro menú para ver las opciones disponibles.",
|
||||
},
|
||||
id: "q4", title: "¿Puedo personalizar mi pizza?", content: "¡Absolutamente! Ofrecemos la opción de personalizar tu pizza con tus ingredientes favoritos. Consulta nuestro menú para ver las opciones disponibles."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "¿Aceptan pagos con tarjeta?",
|
||||
content: "Sí, aceptamos todas las principales tarjetas de crédito y débito, así como pagos en efectivo y a través de plataformas en línea para pedidos a domicilio.",
|
||||
},
|
||||
id: "q5", title: "¿Aceptan pagos con tarjeta?", content: "Sí, aceptamos todas las principales tarjetas de crédito y débito, así como pagos en efectivo y a través de plataformas en línea para pedidos a domicilio."},
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="¿Tienes dudas? Aquí resolvemos las preguntas más comunes sobre nuestros servicios y productos."
|
||||
@@ -404,20 +236,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contacto"
|
||||
title="¡Hagamos tu Pedido Ahora!"
|
||||
description="Llama o envíanos un mensaje para disfrutar de la mejor pizza de la ciudad. Estamos listos para atenderte."
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar Ahora",
|
||||
href: "tel:+123456789",
|
||||
},
|
||||
text: "Llamar Ahora", href: "tel:+123456789"},
|
||||
{
|
||||
text: "Enviar Mensaje",
|
||||
href: "mailto:info@richardpizzas.com",
|
||||
},
|
||||
text: "Enviar Mensaje", href: "mailto:info@richardpizzas.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -426,37 +253,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
title: "Navegación", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Inicio", href: "#home"},
|
||||
{
|
||||
label: "Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menú", href: "#menu"},
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos de Servicio",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos de Servicio", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user