diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9584138..987b6ac 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,62 +44,39 @@ export default function LandingPage() {
@@ -120,17 +89,11 @@ export default function LandingPage() {
description="Somos una familia dedicada a ofrecer los desayunos y cenas más memorables frente al mar. Desde tostadas frescas con tomate y aceite hasta cenas completas, cada plato es un regalo."
bulletPoints={[
{
- title: "Servicio de Calidad",
- description: "Atención impecable en cada visita.",
- },
+ title: "Servicio de Calidad", description: "Atención impecable en cada visita."},
{
- title: "Ingredientes Frescos",
- description: "Tostadas, café y mucho más, siempre fresco.",
- },
+ title: "Ingredientes Frescos", description: "Tostadas, café y mucho más, siempre fresco."},
{
- title: "Ambiente Familiar",
- description: "El lugar perfecto para disfrutar en familia.",
- },
+ title: "Ambiente Familiar", description: "El lugar perfecto para disfrutar en familia."},
]}
imageSrc="http://img.b2bpic.net/free-photo/male-female-hands-holding-cocktails-by-pool_1303-28594.jpg"
imageAlt="Ambiente de La Ermita"
@@ -146,41 +109,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Tostadas con Tomate y Aceite",
- price: "6€",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-plate-traditional-ethiopian-food-fruits-vegetables-wooden-table_181624-43812.jpg",
- },
+ id: "p1", name: "Tostadas con Tomate y Aceite", price: "6€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-plate-traditional-ethiopian-food-fruits-vegetables-wooden-table_181624-43812.jpg"},
{
- id: "p2",
- name: "Café de Especialidad",
- price: "3€",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-toasts-with-tomatoes-olives-wooden-board-white-background-bread-burger-snack-dinner-horizontal-sandwich-food-lunch_140725-158835.jpg",
- },
+ id: "p2", name: "Café de Especialidad", price: "3€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-toasts-with-tomatoes-olives-wooden-board-white-background-bread-burger-snack-dinner-horizontal-sandwich-food-lunch_140725-158835.jpg"},
{
- id: "p3",
- name: "Desayuno Completo",
- price: "9€",
- imageSrc: "http://img.b2bpic.net/free-photo/pie-slices-wooden-platter-with-cup-coffee_114579-33993.jpg",
- },
+ id: "p3", name: "Desayuno Completo", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/pie-slices-wooden-platter-with-cup-coffee_114579-33993.jpg"},
{
- id: "p4",
- name: "Cena del Día",
- price: "25€",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-toasts-with-tomatoes-olives-wooden-board-white-background-lunch-food-bread-horizontal-meal-dinner-snack-sandwich-burger_140725-156367.jpg",
- },
+ id: "p4", name: "Cena del Día", price: "25€", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-toasts-with-tomatoes-olives-wooden-board-white-background-lunch-food-bread-horizontal-meal-dinner-snack-sandwich-burger_140725-156367.jpg"},
{
- id: "p5",
- name: "Cóctel Tropical",
- price: "8€",
- imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-dragon-fruit-snacks-outdoors_23-2150295979.jpg",
- },
+ id: "p5", name: "Cóctel Tropical", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-dragon-fruit-snacks-outdoors_23-2150295979.jpg"},
{
- id: "p6",
- name: "Postre Casero",
- price: "5€",
- imageSrc: "http://img.b2bpic.net/free-photo/slices-smoked-salmon-served-with-radishes-lettuce-greens_140725-8161.jpg",
- },
+ id: "p6", name: "Postre Casero", price: "5€", imageSrc: "http://img.b2bpic.net/free-photo/slices-smoked-salmon-served-with-radishes-lettuce-greens_140725-8161.jpg"},
]}
title="Nuestros Destacados"
description="Una selección de nuestros platos estrella, preparados con cariño y los ingredientes más frescos."
@@ -190,48 +129,24 @@ export default function LandingPage() {