diff --git a/src/app/page.tsx b/src/app/page.tsx index 99e572a..b0ef356 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -58,12 +50,10 @@ export default function LandingPage() { description="Una experiencia culinaria única, donde los sabores de siempre se encuentran con la vanguardia en el corazón de Castelar." buttons={[ { - text: "Ver nuestra carta", - href: "#products", - }, + text: "Ver nuestra carta", href: "#products"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg" imageAlt="Plato gourmet principal en El Desembarco" /> @@ -76,19 +66,13 @@ export default function LandingPage() { description="Nacido de la pasión por la buena mesa, El Desembarco es el refugio ideal para quienes buscan momentos inolvidables en Castelar. Seleccionamos los mejores ingredientes locales para ofrecerte una propuesta gastronómica que respeta la tradición e innova en cada detalle." bulletPoints={[ { - title: "Cocina de Autor", - description: "Platos únicos creados con técnica y corazón.", - }, + title: "Cocina de Autor", description: "Platos únicos creados con técnica y corazón."}, { - title: "Ambiente Distinguido", - description: "Un espacio diseñado para disfrutar en compañía.", - }, + title: "Ambiente Distinguido", description: "Un espacio diseñado para disfrutar en compañía."}, { - title: "Ingredientes Locales", - description: "Apoyamos a productores de la zona garantizando frescura.", - }, + title: "Ingredientes Locales", description: "Apoyamos a productores de la zona garantizando frescura."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg" imageAlt="Interior acogedor del restaurante" mediaAnimation="slide-up" /> @@ -101,28 +85,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Carta Estacional", - description: "Platos que cambian con las estaciones.", - bentoComponent: "reveal-icon", - icon: CalendarDays, - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg", - imageAlt: "Restaurant table in the private room with fireplace, wooden ceilings and brick walls", + title: "Carta Estacional", description: "Platos que cambian con las estaciones.", bentoComponent: "reveal-icon", icon: CalendarDays, }, { - title: "Bodega Selecta", - description: "Los mejores vinos para maridar tu elección.", - bentoComponent: "reveal-icon", - icon: Wine, - imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg?_wi=2", - imageAlt: "Restaurant table in the private room with fireplace, wooden ceilings and brick walls", + title: "Bodega Selecta", description: "Los mejores vinos para maridar tu elección.", bentoComponent: "reveal-icon", icon: Wine, }, { - title: "Eventos Privados", - description: "Tu celebración especial en el mejor lugar.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=2", - imageAlt: "Restaurant table in the private room with fireplace, wooden ceilings and brick walls", + title: "Eventos Privados", description: "Tu celebración especial en el mejor lugar.", bentoComponent: "reveal-icon", icon: Users, }, ]} title="Por qué elegirnos" @@ -132,52 +101,23 @@ export default function LandingPage() {