Merge version_2 into main #3
@@ -3,8 +3,10 @@
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
|
||||
import FeatureCardTwentyEight from "@/components/sections/feature/FeatureCardTwentyEight";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||
import { Sparkles, ArrowUpRight } from "lucide-react";
|
||||
|
||||
export default function LaCartaPage() {
|
||||
return (
|
||||
@@ -24,114 +26,114 @@ export default function LaCartaPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Webild"
|
||||
navItems={[
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "La Carta", href: "/la-carta" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "La Carta", id: "/la-carta" },
|
||||
{ name: "Eventos", id: "/eventos" },
|
||||
{ name: "Reservas", id: "/reservas" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
|
||||
<FeatureCardTwentyFour
|
||||
title="Para picar"
|
||||
description="Nuestras selecciones ligeras y deliciosas para abrir el apetito."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
cardClassName="!h-auto aspect-[16/9]"
|
||||
features={[
|
||||
{
|
||||
id: "olivas", title: "Olivas Marinadas", description: "Aceitunas verdes y negras marinadas con hierbas aromáticas y cáscara de naranja. - 4.50€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "Olivas Marinadas", tags: []
|
||||
},
|
||||
{
|
||||
id: "pan-jamon", title: "Pan con Tomate y Jamón Serrano", description: "Rebanadas de pan tostado con tomate fresco rallado y finas lonchas de jamón serrano. - 8.90€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "Pan con Tomate y Jamón Serrano", tags: []
|
||||
},
|
||||
{
|
||||
id: "patatas-bravas", title: "Patatas Bravas", description: "Cubos de patata frita con salsa brava casera y alioli. - 7.50€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "Patatas Bravas", tags: []
|
||||
}
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Explora Nuestra Carta"
|
||||
description="Una selección exquisita de platos y bebidas para deleitar tu paladar."
|
||||
tag="Sabores Auténticos"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Ver Eventos", href: "/eventos" },
|
||||
{ text: "Reservar Mesa", href: "/reservas" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "Plato de tortilla de patatas" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "Copa de vino tinto" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "Mesa con varios platos de tapas" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "Paella recién hecha" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp", imageAlt: "Postre de tarta de queso" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "Bebidas refrescantes" },
|
||||
]}
|
||||
carouselItemClassName="!aspect-[4/5]"
|
||||
/>
|
||||
|
||||
<FeatureCardTwentyFour
|
||||
title="Tapas de la casa"
|
||||
description="Nuestras especialidades caseras, perfectas para compartir o disfrutar individualmente."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
cardClassName="!h-auto aspect-[16/9]"
|
||||
features={[
|
||||
{
|
||||
id: "croquetas", title: "Croquetas de Jamón Ibérico", description: "Cremosas croquetas caseras rellenas de jamón ibérico. (4 unidades) - 9.00€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "Croquetas de Jamón Ibérico", tags: []
|
||||
},
|
||||
{
|
||||
id: "gambas", title: "Gambas al Ajillo", description: "Gambas frescas salteadas en aceite de oliva virgen extra con ajo y guindilla. - 12.50€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp", imageAlt: "Gambas al Ajillo", tags: []
|
||||
},
|
||||
{
|
||||
id: "tortilla", title: "Tortilla Española", description: "Clásica tortilla de patatas y cebolla, servida en porción. - 6.80€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Tortilla Española", tags: []
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<div id="tapas-y-aperitivos" data-section="tapas-y-aperitivos">
|
||||
<FeatureCardTwentyEight
|
||||
title="Tapas y Aperitivos"
|
||||
description="Perfectos para empezar o para compartir con amigos."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "tortilla", title: "Tortilla de Patatas", subtitle: "La auténtica tortilla española, jugosa y deliciosa.", category: "Tapa", value: "8€" },
|
||||
{ id: "croquetas", title: "Croquetas Caseras", subtitle: "De jamón ibérico o boletus, crujientes por fuera y cremosas por dentro.", category: "Tapa", value: "7€" },
|
||||
{ id: "gambas", title: "Gambas al Ajillo", subtitle: "Gambas frescas salteadas con ajo y guindilla, servidas en cazuela de barro.", category: "Tapa", value: "12€" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FeatureCardTwentyFour
|
||||
title="Bocadillos"
|
||||
description="Nuestros clásicos bocadillos, ideales para un almuerzo rápido o una cena informal."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
cardClassName="!h-auto aspect-[16/9]"
|
||||
features={[
|
||||
{
|
||||
id: "bocadillo-calamares", title: "Bocadillo de Calamares", description: "Calamares fritos en pan de barra con mayonesa de ajo. - 10.50€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "Bocadillo de Calamares", tags: []
|
||||
},
|
||||
{
|
||||
id: "bocadillo-tortilla", title: "Bocadillo de Tortilla con Pimientos", description: "Tortilla española con pimientos verdes fritos en pan de barra. - 9.50€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp", imageAlt: "Bocadillo de Tortilla con Pimientos", tags: []
|
||||
},
|
||||
{
|
||||
id: "bocadillo-vegetal", title: "Bocadillo Vegetal", description: "Lechuga, tomate, espárragos, queso fresco y mayonesa. - 8.50€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Bocadillo Vegetal", tags: []
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<div id="platos-principales" data-section="platos-principales">
|
||||
<FeatureCardTwentyEight
|
||||
title="Platos Principales"
|
||||
description="Nuestras especialidades para un almuerzo o cena inolvidables."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "paella", title: "Paella Valenciana", subtitle: "Arroz con pollo, conejo, judías verdes y garrofón, cocinado a la leña.", category: "Principal", value: "18€" },
|
||||
{ id: "chuleton", title: "Chuletón de Ternera", subtitle: "Tierna chuleta de ternera a la parrilla, acompañada de patatas y pimientos.", category: "Principal", value: "25€" },
|
||||
{ id: "merluza", title: "Merluza a la Vasca", subtitle: "Lomo de merluza fresco con salsa verde, almejas y espárragos blancos.", category: "Principal", value: "20€" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FeatureCardTwentyFour
|
||||
title="Vermut y aperitivos"
|
||||
description="Tradición y sabor en cada sorbo y bocado, la mejor forma de empezar."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
cardClassName="!h-auto aspect-[16/9]"
|
||||
features={[
|
||||
{
|
||||
id: "vermut-rojo", title: "Vermut Rojo", description: "Vermut de la casa con aceitunas y rodaja de naranja. - 5.00€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "Vermut Rojo", tags: []
|
||||
},
|
||||
{
|
||||
id: "tabla-quesos", title: "Tabla de Quesos Artesanos", description: "Selección de tres quesos locales con membrillo y nueces. - 14.00€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "Tabla de Quesos Artesanos", tags: []
|
||||
},
|
||||
{
|
||||
id: "anchoas", title: "Anchoas del Cantábrico", description: "Anchoas de alta calidad con pan tostado y tomate. - 11.00€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp", imageAlt: "Anchoas del Cantábrico", tags: []
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<div id="ensaladas-frescas" data-section="ensaladas-frescas">
|
||||
<FeatureCardTwentyEight
|
||||
title="Ensaladas Frescas"
|
||||
description="Ligeras y saludables, ideales para acompañar o como plato único."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "ensalada-mixta", title: "Ensalada Mixta", subtitle: "Lechuga, tomate, cebolla, atún, huevo cocido y aceitunas, con vinagreta casera.", category: "Ensalada", value: "10€" },
|
||||
{ id: "ensalada-cabra", title: "Ensalada de Queso de Cabra", subtitle: "Mézclum de lechugas, rulo de cabra gratinado, frutos secos y vinagreta de miel.", category: "Ensalada", value: "12€" },
|
||||
{ id: "ensalada-cesar", title: "Ensalada César", subtitle: "Pechuga de pollo a la plancha, lechuga romana, picatostes, parmesano y salsa César.", category: "Ensalada", value: "11€" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FeatureCardTwentyFour
|
||||
title="Vinos por copas"
|
||||
description="Nuestra cuidada selección de vinos, disponibles por copas para maridar cada momento."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
cardClassName="!h-auto aspect-[16/9]"
|
||||
features={[
|
||||
{
|
||||
id: "rioja", title: "Rioja Crianza", description: "Tinto, D.O. Rioja. Notas de fruta roja y vainilla. - 4.80€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Rioja Crianza", tags: []
|
||||
},
|
||||
{
|
||||
id: "albarino", title: "Albariño", description: "Blanco, D.O. Rías Baixas. Fresco, afrutado y mineral. - 5.20€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Albariño", tags: []
|
||||
},
|
||||
{
|
||||
id: "rosado", title: "Rosado de Navarra", description: "Rosado, D.O. Navarra. Ligero y refrescante. - 4.20€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Rosado de Navarra", tags: []
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<div id="postres-caseros" data-section="postres-caseros">
|
||||
<FeatureCardTwentyEight
|
||||
title="Postres Caseros"
|
||||
description="El broche de oro perfecto para cualquier comida."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "tarta-queso", title: "Tarta de Queso", subtitle: "Suave tarta de queso con base de galleta y coulis de frutos rojos.", category: "Postre", value: "6€" },
|
||||
{ id: "arroz-leche", title: "Arroz con Leche", subtitle: "Tradicional arroz con leche asturiano, espolvoreado con canela.", category: "Postre", value: "5€" },
|
||||
{ id: "flan", title: "Flan de Huevo", subtitle: "Flan casero con caramelo líquido, clásico y delicioso.", category: "Postre", value: "4.50€" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="bebidas" data-section="bebidas">
|
||||
<FeatureCardTwentyEight
|
||||
title="Bebidas"
|
||||
description="Una cuidada selección para acompañar tu experiencia gastronómica."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "agua", title: "Agua Mineral", subtitle: "Agua mineral natural, con o sin gas.", category: "Bebida", value: "2.50€" },
|
||||
{ id: "refrescos", title: "Refrescos", subtitle: "Coca-Cola, Fanta, Sprite, etc.", category: "Bebida", value: "3€" },
|
||||
{ id: "cerveza", title: "Cerveza Mahou", subtitle: "Cerveza de barril Mahou Clásica o Mahou Cinco Estrellas.", category: "Bebida", value: "3.50€" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterBase
|
||||
logoText="Webild"
|
||||
@@ -139,26 +141,25 @@ export default function LaCartaPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Work", href: "#work" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "La Carta", href: "/la-carta" },
|
||||
{ label: "Eventos", href: "/eventos" },
|
||||
{ label: "Reservas", href: "/reservas" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Web Development", href: "#" },
|
||||
{ label: "SEO", href: "#" },
|
||||
{ label: "Branding", href: "#" },
|
||||
{ label: "UI/UX Design", href: "#" },
|
||||
title: "Servicios", items: [
|
||||
{ label: "Menú", href: "/la-carta" },
|
||||
{ label: "Eventos Especiales", href: "/eventos" },
|
||||
{ label: "Reservas Online", href: "/reservas" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "#" },
|
||||
{ label: "LinkedIn", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Dribbble", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "Twitter", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user