Update src/app/page.tsx
This commit is contained in:
229
src/app/page.tsx
229
src/app/page.tsx
@@ -30,126 +30,74 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menú", id: "menu"},
|
||||
{
|
||||
name: "Reservas",
|
||||
id: "contacto",
|
||||
},
|
||||
name: "Reservas", id: "contacto"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "nosotros",
|
||||
},
|
||||
name: "Nosotros", id: "nosotros"},
|
||||
]}
|
||||
brandName="Devoto"
|
||||
button={{ text: "Reservar" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Auténtica cocina italiana en Barranquilla"
|
||||
description="Pizzas artesanales, brunch y servicio rápido. Disfruta de una experiencia gastronómica inigualable en el corazón de El Golf."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Juan Perez",
|
||||
handle: "@juanp",
|
||||
testimonial: "Las mejores pizzas de Barranquilla, siempre frescas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-chicken-with-baked-potatoes-wooden-board-glass-red-wine-table_140725-12806.jpg",
|
||||
},
|
||||
name: "Juan Perez", handle: "@juanp", testimonial: "Las mejores pizzas de Barranquilla, siempre frescas.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-chicken-with-baked-potatoes-wooden-board-glass-red-wine-table_140725-12806.jpg"},
|
||||
{
|
||||
name: "Ana Lopez",
|
||||
handle: "@anal",
|
||||
testimonial: "El brunch es 100% recomendado, excelente ambiente.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg",
|
||||
},
|
||||
name: "Ana Lopez", handle: "@anal", testimonial: "El brunch es 100% recomendado, excelente ambiente.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg"},
|
||||
{
|
||||
name: "Carlos Ruiz",
|
||||
handle: "@cruiz",
|
||||
testimonial: "Servicio rápido, amable y comida exquisita.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg",
|
||||
},
|
||||
name: "Carlos Ruiz", handle: "@cruiz", testimonial: "Servicio rápido, amable y comida exquisita.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg"},
|
||||
{
|
||||
name: "Maria Diaz",
|
||||
handle: "@mdiaz",
|
||||
testimonial: "Un pedazo de Italia en el Golf. Imperdible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg",
|
||||
},
|
||||
name: "Maria Diaz", handle: "@mdiaz", testimonial: "Un pedazo de Italia en el Golf. Imperdible.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg"},
|
||||
{
|
||||
name: "Pedro Gomez",
|
||||
handle: "@pgomez",
|
||||
testimonial: "La atención es de primera, volveré sin duda.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winter-salad-with-baked-eggplant_661915-318.jpg",
|
||||
},
|
||||
name: "Pedro Gomez", handle: "@pgomez", testimonial: "La atención es de primera, volveré sin duda.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winter-salad-with-baked-eggplant_661915-318.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:+573203422136",
|
||||
},
|
||||
text: "Llamar ahora", href: "tel:+573203422136"},
|
||||
{
|
||||
text: "Reservar mesa",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Reservar mesa", href: "#contacto"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-floral-feast-still-life_23-2149509064.jpg"
|
||||
imageAlt="Devoto Restaurante"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-floral-feast-still-life_23-2149509064.jpg",
|
||||
alt: "Juan Perez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-floral-feast-still-life_23-2149509064.jpg", alt: "Juan Perez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pide-with-sausages-bell-pepper-cheese-meat-side-view_141793-12465.jpg",
|
||||
alt: "Ana Lopez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pide-with-sausages-bell-pepper-cheese-meat-side-view_141793-12465.jpg", alt: "Ana Lopez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg",
|
||||
alt: "Carlos Ruiz",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg", alt: "Carlos Ruiz"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109846.jpg",
|
||||
alt: "Maria Diaz",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109846.jpg", alt: "Maria Diaz"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/contemplated-young-woman-sitting-restaurant-table-with-digital-tablet-cellphone-diary_23-2147936104.jpg",
|
||||
alt: "Pedro Gomez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/contemplated-young-woman-sitting-restaurant-table-with-digital-tablet-cellphone-diary_23-2147936104.jpg", alt: "Pedro Gomez"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Pizzas Artesanales",
|
||||
},
|
||||
type: "text", text: "Pizzas Artesanales"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Brunch Diario",
|
||||
},
|
||||
type: "text", text: "Brunch Diario"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ingredientes Frescos",
|
||||
},
|
||||
type: "text", text: "Ingredientes Frescos"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiente Elegante",
|
||||
},
|
||||
type: "text", text: "Ambiente Elegante"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tradición Italiana",
|
||||
},
|
||||
type: "text", text: "Tradición Italiana"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,47 +110,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pizza Devoto",
|
||||
price: "$38.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pide-with-sausages-bell-pepper-cheese-meat-side-view_141793-12465.jpg",
|
||||
imageAlt: "Pizza Devoto",
|
||||
},
|
||||
id: "p1", name: "Pizza Devoto", price: "$38.000", imageSrc: "http://img.b2bpic.net/free-photo/pide-with-sausages-bell-pepper-cheese-meat-side-view_141793-12465.jpg", imageAlt: "Pizza Devoto"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Huevos Napolitanos",
|
||||
price: "$25.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg",
|
||||
imageAlt: "Huevos Napolitanos",
|
||||
},
|
||||
id: "p2", name: "Huevos Napolitanos", price: "$25.000", imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg", imageAlt: "Huevos Napolitanos"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pasta Carbonara",
|
||||
price: "$42.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109846.jpg",
|
||||
imageAlt: "Pasta Carbonara",
|
||||
},
|
||||
id: "p3", name: "Pasta Carbonara", price: "$42.000", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109846.jpg", imageAlt: "Pasta Carbonara"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Margherita Classica",
|
||||
price: "$32.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dough-tomatoes-arrangement_23-2148601638.jpg",
|
||||
imageAlt: "Margherita",
|
||||
},
|
||||
id: "p4", name: "Margherita Classica", price: "$32.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dough-tomatoes-arrangement_23-2148601638.jpg", imageAlt: "Margherita"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Brunch Italiano",
|
||||
price: "$30.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-fried-egg-lettuce-tomatoes-dried-bread-slice-plate-avocado-slices-with-vegetable-salad-cutting-board-wooden-background-with-copy-space_141793-130442.jpg",
|
||||
imageAlt: "Brunch",
|
||||
},
|
||||
id: "p5", name: "Brunch Italiano", price: "$30.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-fried-egg-lettuce-tomatoes-dried-bread-slice-plate-avocado-slices-with-vegetable-salad-cutting-board-wooden-background-with-copy-space_141793-130442.jpg", imageAlt: "Brunch"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Penne al Pomodoro",
|
||||
price: "$35.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-arrangement_23-2149072609.jpg",
|
||||
imageAlt: "Penne",
|
||||
},
|
||||
id: "p6", name: "Penne al Pomodoro", price: "$35.000", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-arrangement_23-2149072609.jpg", imageAlt: "Penne"},
|
||||
]}
|
||||
title="Platos Destacados"
|
||||
description="Descubre nuestros sabores italianos más auténticos."
|
||||
@@ -216,19 +134,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Servicio Rápido",
|
||||
value: "15 min",
|
||||
},
|
||||
label: "Servicio Rápido", value: "15 min"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Recetas Auténticas",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Recetas Auténticas", value: "100%"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Opiniones Positivas",
|
||||
value: "600+",
|
||||
},
|
||||
label: "Opiniones Positivas", value: "600+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -240,25 +152,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Tienen servicio a domicilio?",
|
||||
content: "Sí, realizamos domicilios en toda la zona del Golf y alrededores.",
|
||||
},
|
||||
id: "f1", title: "¿Tienen servicio a domicilio?", content: "Sí, realizamos domicilios en toda la zona del Golf y alrededores."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Se necesita reserva?",
|
||||
content: "Recomendamos reservar con antelación, especialmente los fines de semana.",
|
||||
},
|
||||
id: "f2", title: "¿Se necesita reserva?", content: "Recomendamos reservar con antelación, especialmente los fines de semana."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Tienen opciones vegetarianas?",
|
||||
content: "Contamos con una amplia carta vegetariana y opciones adaptables.",
|
||||
},
|
||||
id: "f3", title: "¿Tienen opciones vegetarianas?", content: "Contamos con una amplia carta vegetariana y opciones adaptables."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "¿Cuál es su horario?",
|
||||
content: "Abrimos de lunes a domingo desde las 8:00 AM para brunch.",
|
||||
},
|
||||
id: "f4", title: "¿Cuál es su horario?", content: "Abrimos de lunes a domingo desde las 8:00 AM para brunch."},
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Todo lo que necesitas saber antes de tu visita."
|
||||
@@ -273,28 +173,17 @@ export default function LandingPage() {
|
||||
description="Estamos en Cra. 59b #81-158, El Golf, Barranquilla."
|
||||
inputs={[
|
||||
{
|
||||
name: "nombre",
|
||||
type: "text",
|
||||
placeholder: "Nombre completo",
|
||||
required: true,
|
||||
name: "nombre", type: "text", placeholder: "Nombre completo", required: true,
|
||||
},
|
||||
{
|
||||
name: "telefono",
|
||||
type: "tel",
|
||||
placeholder: "Teléfono",
|
||||
required: true,
|
||||
name: "telefono", type: "tel", placeholder: "Teléfono", required: true,
|
||||
},
|
||||
{
|
||||
name: "fecha",
|
||||
type: "date",
|
||||
placeholder: "Fecha",
|
||||
required: true,
|
||||
name: "fecha", type: "date", placeholder: "Fecha", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "mensaje",
|
||||
placeholder: "Comentarios adicionales",
|
||||
rows: 4,
|
||||
name: "mensaje", placeholder: "Comentarios adicionales", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-terrace-open-restaurant-with-sofas-chairs-tables_114579-2728.jpg"
|
||||
@@ -307,41 +196,27 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menú", href: "#menu"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contacto",
|
||||
},
|
||||
label: "Contacto", href: "#contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "#",
|
||||
},
|
||||
label: "Google Maps", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos y Condiciones",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos y Condiciones", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user