diff --git a/src/app/page.tsx b/src/app/page.tsx
index c98b3c3..90dbee3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,17 +40,10 @@ export default function LandingPage() {
@@ -75,18 +56,9 @@ export default function LandingPage() {
title="Nuestra Historia"
description="Ubicados en el corazón de Montilla, en Las Camachas ofrecemos una experiencia gastronómica que honra las tradiciones cordobesas. Con una valoración de 4,3★ y la confianza de más de 2.000 clientes, nuestra cocina destaca por la calidad de nuestros productos locales y un ambiente cercano."
bulletPoints={[
- {
- title: "Tradición",
- description: "Recetas heredadas con sabor auténtico.",
- },
- {
- title: "Calidad",
- description: "Ingredientes locales de máxima frescura.",
- },
- {
- title: "Experiencia",
- description: "Más de 2.000 reseñas avalan nuestro servicio.",
- },
+ { title: "Tradición", description: "Recetas heredadas con sabor auténtico." },
+ { title: "Calidad", description: "Ingredientes locales de máxima frescura." },
+ { title: "Experiencia", description: "Más de 2.000 reseñas avalan nuestro servicio." },
]}
imageSrc="http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg"
mediaAnimation="slide-up"
@@ -100,24 +72,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Flamenquín Cordobés",
- price: "18,50 €",
- imageSrc: "http://img.b2bpic.net/free-photo/plate-different-pickles-eggplants-garlic-cucumbers-peppers_141793-1308.jpg",
- },
- {
- id: "p2",
- name: "Salmorejo Montillano",
- price: "12,00 €",
- imageSrc: "http://img.b2bpic.net/free-photo/cheese-board-with-cheese-balls-glass-wine_114579-2105.jpg",
- },
- {
- id: "p3",
- name: "Bacalao a la Montillana",
- price: "22,00 €",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-packing-slice-fruit-tart-paper-bag_23-2147920847.jpg",
- },
+ { id: "p1", name: "Flamenquín Cordobés", price: "18,50 €", imageSrc: "http://img.b2bpic.net/free-photo/plate-different-pickles-eggplants-garlic-cucumbers-peppers_141793-1308.jpg" },
+ { id: "p2", name: "Salmorejo Montillano", price: "12,00 €", imageSrc: "http://img.b2bpic.net/free-photo/cheese-board-with-cheese-balls-glass-wine_114579-2105.jpg" },
+ { id: "p3", name: "Bacalao a la Montillana", price: "22,00 €", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-packing-slice-fruit-tart-paper-bag_23-2147920847.jpg" },
]}
title="Platos Destacados"
description="Sabores que definen nuestra tierra."
@@ -128,47 +85,13 @@ export default function LandingPage() {
@@ -225,26 +129,13 @@ export default function LandingPage() {
logoText="Las Camachas"
columns={[
{
- title: "Restaurante",
- items: [
- {
- label: "Dirección: Av. de Europa, 3",
- href: "https://maps.google.com",
- },
- {
- label: "Tel: 957 65 00 04",
- href: "tel:957650004",
- },
+ title: "Restaurante", items: [
+ { label: "Dirección: Av. de Europa, 3", href: "https://maps.google.com" },
+ { label: "Tel: 957 65 00 04", href: "tel:957650004" },
],
},
{
- title: "Horario",
- items: [
- {
- label: "Abierto hasta las 2:00",
- href: "#",
- },
- ],
+ title: "Horario", items: [{ label: "Abierto hasta las 2:00", href: "#" }],
},
]}
/>