diff --git a/src/app/page.tsx b/src/app/page.tsx
index 559c79f..0284f8f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { BookOpen, Facebook, Heart, Instagram, List, Star, Users } from "lucide-react";
+import { BookOpen, Facebook, Heart, Instagram, List, Star, Users, X } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,41 +34,23 @@ export default function LandingPage() {
@@ -77,67 +59,42 @@ export default function LandingPage() {
@@ -165,20 +122,11 @@ export default function LandingPage() {
tag="Experiencia Culinaria"
accordionItems={[
{
- id: "service-1",
- title: "Menú del Día Personalizado",
- content: "Disfruta de una selección diaria de platos frescos y de temporada, cuidadosamente elaborados para ofrecerte lo mejor de nuestra cocina. Perfecto para tu almuerzo entre semana.",
- },
+ id: "service-1", title: "Menú del Día Personalizado", content: "Disfruta de una selección diaria de platos frescos y de temporada, cuidadosamente elaborados para ofrecerte lo mejor de nuestra cocina. Perfecto para tu almuerzo entre semana."},
{
- id: "service-2",
- title: "Eventos y Celebraciones Privadas",
- content: "Organizamos eventos privados y celebraciones especiales con menús adaptados a tus preferencias. Desde reuniones familiares hasta eventos corporativos, creamos el ambiente perfecto.",
- },
+ id: "service-2", title: "Eventos y Celebraciones Privadas", content: "Organizamos eventos privados y celebraciones especiales con menús adaptados a tus preferencias. Desde reuniones familiares hasta eventos corporativos, creamos el ambiente perfecto."},
{
- id: "service-3",
- title: "Cocina para Llevar y Catering",
- content: "Lleva el sabor de El Cibulet a tu hogar u oficina con nuestro servicio de comida para llevar y catering. Ideal para disfrutar de nuestra gastronomía donde quieras, con la misma calidad y frescura.",
- },
+ id: "service-3", title: "Cocina para Llevar y Catering", content: "Lleva el sabor de El Cibulet a tu hogar u oficina con nuestro servicio de comida para llevar y catering. Ideal para disfrutar de nuestra gastronomía donde quieras, con la misma calidad y frescura."},
]}
imageSrc="http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg"
imageAlt="Assortment of gourmet dishes on a table"
@@ -195,47 +143,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "paella",
- name: "Paella de Marisco",
- price: "€22.50",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-carrot-salad-grated-salad-with-walnuts-dark-desk-diet-color-nut-salad-health_140725-99397.jpg",
- imageAlt: "Traditional Spanish seafood paella",
- },
+ id: "paella", name: "Paella de Marisco", price: "€22.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-carrot-salad-grated-salad-with-walnuts-dark-desk-diet-color-nut-salad-health_140725-99397.jpg", imageAlt: "Traditional Spanish seafood paella"},
{
- id: "steak",
- name: "Solomillo con Reducción",
- price: "€28.00",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat_140725-11963.jpg",
- imageAlt: "Gourmet steak with vegetable garnish",
- },
+ id: "steak", name: "Solomillo con Reducción", price: "€28.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat_140725-11963.jpg", imageAlt: "Gourmet steak with vegetable garnish"},
{
- id: "salad",
- name: "Ensalada del Huerto",
- price: "€14.00",
- imageSrc: "http://img.b2bpic.net/free-photo/chopped-various-vegetables-plate_114579-86509.jpg",
- imageAlt: "Fresh garden salad with mixed greens",
- },
+ id: "salad", name: "Ensalada del Huerto", price: "€14.00", imageSrc: "http://img.b2bpic.net/free-photo/chopped-various-vegetables-plate_114579-86509.jpg", imageAlt: "Fresh garden salad with mixed greens"},
{
- id: "tapas",
- name: "Selección de Tapas",
- price: "€18.00",
- imageSrc: "http://img.b2bpic.net/free-photo/assortment-tasty-snacks-cheese_23-2148326090.jpg",
- imageAlt: "Assortment of Spanish tapas",
- },
+ id: "tapas", name: "Selección de Tapas", price: "€18.00", imageSrc: "http://img.b2bpic.net/free-photo/assortment-tasty-snacks-cheese_23-2148326090.jpg", imageAlt: "Assortment of Spanish tapas"},
{
- id: "dessert",
- name: "Coulant de Chocolate",
- price: "€9.50",
- imageSrc: "http://img.b2bpic.net/free-photo/chocolate-lava-cake-white-plate_1150-6317.jpg",
- imageAlt: "Chocolate coulant with ice cream",
- },
+ id: "dessert", name: "Coulant de Chocolate", price: "€9.50", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-lava-cake-white-plate_1150-6317.jpg", imageAlt: "Chocolate coulant with ice cream"},
{
- id: "wine",
- name: "Vino de la Casa (Ribera del Duero)",
- price: "€25.00",
- imageSrc: "http://img.b2bpic.net/free-photo/piece-steak-with-round-grilled-tomatoes-glass-red-wine_114579-1535.jpg",
- imageAlt: "Glass of red wine at a fine dining restaurant",
- },
+ id: "wine", name: "Vino de la Casa (Ribera del Duero)", price: "€25.00", imageSrc: "http://img.b2bpic.net/free-photo/piece-steak-with-round-grilled-tomatoes-glass-red-wine_114579-1535.jpg", imageAlt: "Glass of red wine at a fine dining restaurant"},
]}
title="Nuestra Carta Exquisita"
description="Descubre nuestros platos estrella, elaborados con ingredientes frescos y de proximidad, que te harán viajar por los sabores del Mediterráneo."
@@ -249,61 +167,31 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "menu-degustacion",
- name: "Menú Degustación",
- price: "€45",
- buttons: [
+ id: "menu-degustacion", name: "Menú Degustación", price: "€45", buttons: [
{
- text: "Ver Detalles",
- href: "#contact",
- },
+ text: "Ver Detalles", href: "#contact"},
],
features: [
- "5 Platos de Temporada",
- "Maridaje Opcional",
- "Postre del Chef",
- "Bebida Incluida",
- ],
- badge: "Recomendado",
- badgeIcon: Star,
+ "5 Platos de Temporada", "Maridaje Opcional", "Postre del Chef", "Bebida Incluida"],
+ badge: "Recomendado", badgeIcon: Star,
},
{
- id: "menu-grupo",
- name: "Menú de Grupo",
- price: "€35",
- buttons: [
+ id: "menu-grupo", name: "Menú de Grupo", price: "€35", buttons: [
{
- text: "Ver Detalles",
- href: "#contact",
- },
+ text: "Ver Detalles", href: "#contact"},
],
features: [
- "Entrantes a Compartir",
- "Plato Principal a Elegir",
- "Postre Casero",
- "Bebida y Café",
- ],
- badge: "Popular",
- badgeIcon: Users,
+ "Entrantes a Compartir", "Plato Principal a Elegir", "Postre Casero", "Bebida y Café"],
+ badge: "Popular", badgeIcon: Users,
},
{
- id: "menu-infantil",
- name: "Menú Infantil",
- price: "€15",
- buttons: [
+ id: "menu-infantil", name: "Menú Infantil", price: "€15", buttons: [
{
- text: "Ver Detalles",
- href: "#contact",
- },
+ text: "Ver Detalles", href: "#contact"},
],
features: [
- "Plato Principal Divertido",
- "Postre Especial",
- "Bebida Refrescante",
- "Opción para Alergias",
- ],
- badge: "Niños",
- badgeIcon: Heart,
+ "Plato Principal Divertido", "Postre Especial", "Bebida Refrescante", "Opción para Alergias"],
+ badge: "Niños", badgeIcon: Heart,
},
]}
title="Nuestros Menús Especiales"
@@ -319,26 +207,11 @@ export default function LandingPage() {
useInvertedBackground={true}
members={[
{
- id: "chef-juan",
- name: "Chef Juan Pérez",
- role: "Chef Ejecutivo",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-male-kitchen_23-2148471868.jpg",
- imageAlt: "Portrait of Chef Juan Pérez",
- },
+ id: "chef-juan", name: "Chef Juan Pérez", role: "Chef Ejecutivo", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-male-kitchen_23-2148471868.jpg", imageAlt: "Portrait of Chef Juan Pérez"},
{
- id: "sous-chef-ana",
- name: "Ana García",
- role: "Sous Chef",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16130.jpg",
- imageAlt: "Portrait of Ana García, Sous Chef",
- },
+ id: "sous-chef-ana", name: "Ana García", role: "Sous Chef", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16130.jpg", imageAlt: "Portrait of Ana García, Sous Chef"},
{
- id: "maitre-carlos",
- name: "Carlos Ruiz",
- role: "Maître",
- imageSrc: "http://img.b2bpic.net/free-photo/business-man-pub-with-cocktail_1157-45797.jpg",
- imageAlt: "Portrait of Carlos Ruiz, Maître",
- },
+ id: "maitre-carlos", name: "Carlos Ruiz", role: "Maître", imageSrc: "http://img.b2bpic.net/free-photo/business-man-pub-with-cocktail_1157-45797.jpg", imageAlt: "Portrait of Carlos Ruiz, Maître"},
]}
title="Conoce a Nuestro Apasionado Equipo"
description="Detrás de cada plato exquisito y cada experiencia memorable en El Cibulet, hay un equipo dedicado a la excelencia culinaria."
@@ -350,35 +223,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Laura S.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-redhead-female-wearing-casual-clothes-glasses-eating-spicy-noodles-asian-restaurant_613910-19821.jpg",
- imageAlt: "Laura S. customer photo",
- },
+ id: "1", name: "Laura S.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-redhead-female-wearing-casual-clothes-glasses-eating-spicy-noodles-asian-restaurant_613910-19821.jpg", imageAlt: "Laura S. customer photo"},
{
- id: "2",
- name: "Marc T.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg",
- imageAlt: "Marc T. customer photo",
- },
+ id: "2", name: "Marc T.", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg", imageAlt: "Marc T. customer photo"},
{
- id: "3",
- name: "Sofía R.",
- imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-while-talking-each-other-dining-table_637285-2880.jpg",
- imageAlt: "Sofía R. customer photo",
- },
+ id: "3", name: "Sofía R.", imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-while-talking-each-other-dining-table_637285-2880.jpg", imageAlt: "Sofía R. customer photo"},
{
- id: "4",
- name: "Pablo G.",
- imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2790.jpg",
- imageAlt: "Pablo G. customer photo",
- },
+ id: "4", name: "Pablo G.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2790.jpg", imageAlt: "Pablo G. customer photo"},
{
- id: "5",
- name: "Elena M.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-glass_23-2149213381.jpg",
- imageAlt: "Elena M. customer photo",
- },
+ id: "5", name: "Elena M.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-glass_23-2149213381.jpg", imageAlt: "Elena M. customer photo"},
]}
cardTitle="Lo que Dicen Nuestros Clientes"
cardTag="Opiniones Reales"
@@ -392,20 +245,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "faq-1",
- title: "¿Cómo hago una reserva?",
- content: "Puedes reservar una mesa directamente en nuestra sección de contacto, enviándonos un mensaje o llamándonos por teléfono. Te recomendamos reservar con antelación, especialmente los fines de semana.",
- },
+ id: "faq-1", title: "¿Cómo hago una reserva?", content: "Puedes reservar una mesa directamente en nuestra sección de contacto, enviándonos un mensaje o llamándonos por teléfono. Te recomendamos reservar con antelación, especialmente los fines de semana."},
{
- id: "faq-2",
- title: "¿Tenéis opciones para dietas especiales?",
- content: "Sí, nos adaptamos a dietas especiales como vegetarianas, veganas, sin gluten o alérgenos. Por favor, indícanos tus necesidades al hacer la reserva para que podamos prepararlo todo con antelación.",
- },
+ id: "faq-2", title: "¿Tenéis opciones para dietas especiales?", content: "Sí, nos adaptamos a dietas especiales como vegetarianas, veganas, sin gluten o alérgenos. Por favor, indícanos tus necesidades al hacer la reserva para que podamos prepararlo todo con antelación."},
{
- id: "faq-3",
- title: "¿Cuál es el horario del restaurante?",
- content: "Nuestro horario es de martes a domingo de 13:00 a 16:00 y de 20:00 a 23:00. Los lunes cerramos por descanso del personal. ¡Esperamos verte pronto!",
- },
+ id: "faq-3", title: "¿Cuál es el horario del restaurante?", content: "Nuestro horario es de martes a domingo de 13:00 a 16:00 y de 20:00 a 23:00. Los lunes cerramos por descanso del personal. ¡Esperamos verte pronto!"},
]}
title="Preguntas Frecuentes"
description="Aquí encontrarás respuestas a las dudas más comunes sobre El Cibulet Restaurante en Rubí."
@@ -417,8 +261,7 @@ export default function LandingPage() {