diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6fb3ad3..dd1fceb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,126 +30,74 @@ export default function LandingPage() {
@@ -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: "#"},
],
},
]}