Merge version_2 into main #1

Merged
bender merged 3 commits from version_2 into main 2026-05-27 17:52:17 +00:00
3 changed files with 235 additions and 102 deletions

169
src/app/la-carta/page.tsx Normal file
View File

@@ -0,0 +1,169 @@
"use client";
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 FooterBase from "@/components/sections/footer/FooterBase";
export default function LaCartaPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="metallic"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
<ReactLenis root>
<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" }
]}
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: []
}
]}
/>
<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: []
}
]}
/>
<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: []
}
]}
/>
<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: []
}
]}
/>
<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: []
}
]}
/>
<FooterBase
logoText="Webild"
copyrightText="© 2026 | Webild"
columns={[
{
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Work", href: "#work" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Services", items: [
{ label: "Web Development", href: "#" },
{ label: "SEO", href: "#" },
{ label: "Branding", href: "#" },
{ label: "UI/UX Design", href: "#" },
],
},
{
title: "Connect", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Dribbble", href: "#" },
],
},
]}
/>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -13,6 +13,8 @@ import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import FeatureCardTwentyEight from "@/components/sections/feature/FeatureCardTwentyEight";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
export default function WebAgency2Page() {
@@ -36,7 +38,9 @@ export default function WebAgency2Page() {
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Eventos", id: "eventos" },
{ name: "Reservas", id: "reservas" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Started", href: "#contact" }}
/>
@@ -68,6 +72,20 @@ export default function WebAgency2Page() {
]}
carouselItemClassName="!aspect-[4/5]"
/>
<div id="eventos" data-section="eventos">
<FeatureCardTwentyEight
title="EVENTOS DE LA SEMANA"
description="No te pierdas nuestros eventos especiales y disfruta de la mejor compañía."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "flamenco", title: "Jueves Flamenco en Vivo", subtitle: "Disfruta de la pasión del flamenco", category: "Música", value: "21:30h" },
{ id: "vermut", title: "Domingos de Aperitivo con Vermut", subtitle: "Relájate con el mejor aperitivo", category: "Gastronomía", value: "12:00h" },
{ id: "matches", title: "Partidos de Fútbol en Pantalla Gigante", subtitle: "Vive la emoción del fútbol", category: "Deporte", value: "Real Madrid/Atleti" }
]}
/>
</div>
<FeatureBento
title="Our Services"
description="We offer a full suite of digital services to help your brand stand out online."
@@ -78,28 +96,18 @@ export default function WebAgency2Page() {
buttonAnimation="slide-up"
features={[
{
title: "SEO",
description: "We optimize your website to rank higher on search engines and drive organic traffic.",
bentoComponent: "marquee",
centerIcon: Search,
variant: "text",
texts: ["Keywords", "Backlinks", "Meta Tags", "Organic Traffic", "Rankings", "Analytics", "SERP", "Indexing"],
title: "SEO", description: "We optimize your website to rank higher on search engines and drive organic traffic.", bentoComponent: "marquee", centerIcon: Search,
variant: "text", texts: ["Keywords", "Backlinks", "Meta Tags", "Organic Traffic", "Rankings", "Analytics", "SERP", "Indexing"],
},
{
title: "Web Development",
description: "Custom-built websites that are fast, responsive, and designed to convert.",
bentoComponent: "media-stack",
items: [
title: "Web Development", description: "Custom-built websites that are fast, responsive, and designed to convert.", bentoComponent: "media-stack", items: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Web project - AgentFlow AI platform" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Web project - Architecture studio" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Web project - Summit Roofing" },
],
},
{
title: "Branding",
description: "Build a memorable brand identity that resonates with your audience.",
bentoComponent: "media-stack",
items: [
title: "Branding", description: "Build a memorable brand identity that resonates with your audience.", bentoComponent: "media-stack", items: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "Brand project 1" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "Brand project 2" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "Brand project 3" },
@@ -117,45 +125,20 @@ export default function WebAgency2Page() {
cardClassName="!h-auto aspect-video"
features={[
{
title: "Umbra Skincare",
description: "Luxury fragrance e-commerce",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp",
imageAlt: "Umbra Skincare website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
title: "Umbra Skincare", description: "Luxury fragrance e-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "Umbra Skincare website", buttonIcon: ArrowUpRight,
buttonHref: "#"},
{
title: "Luxuria Travel",
description: "Bespoke luxury travel experiences",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp",
imageAlt: "Luxuria Travel website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
title: "Luxuria Travel", description: "Bespoke luxury travel experiences", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Luxuria Travel website", buttonIcon: ArrowUpRight,
buttonHref: "#"},
{
title: "Dental Care",
description: "Premier dental practice",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp",
imageAlt: "Luxury Dental Care website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
title: "Dental Care", description: "Premier dental practice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Luxury Dental Care website", buttonIcon: ArrowUpRight,
buttonHref: "#"},
{
title: "Summit Roofing",
description: "Professional roofing services",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp",
imageAlt: "Summit Roofing website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
title: "Summit Roofing", description: "Professional roofing services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing website", buttonIcon: ArrowUpRight,
buttonHref: "#"},
{
title: "Dubai Real Estate",
description: "Luxury property listings",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp",
imageAlt: "Dubai Real Estate website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
title: "Dubai Real Estate", description: "Luxury property listings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website", buttonIcon: ArrowUpRight,
buttonHref: "#"},
]}
/>
<FeatureBento
@@ -166,14 +149,9 @@ export default function WebAgency2Page() {
animationType="slide-up"
features={[
{
title: "All Devices Optimization",
description: "Pixel-perfect websites that look stunning on every screen size and device.",
bentoComponent: "phone",
statusIcon: Lock,
title: "All Devices Optimization", description: "Pixel-perfect websites that look stunning on every screen size and device.", bentoComponent: "phone", statusIcon: Lock,
alertIcon: Monitor,
alertTitle: "Responsive check",
alertMessage: "All breakpoints passed",
apps: [
alertTitle: "Responsive check", alertMessage: "All breakpoints passed", apps: [
{ name: "Phone", icon: Phone },
{ name: "SMS", icon: MessageCircle },
{ name: "Books", icon: BookOpen },
@@ -185,29 +163,17 @@ export default function WebAgency2Page() {
],
},
{
title: "Secure Hosting",
description: "Enterprise-grade security and 99.9% uptime for your website.",
bentoComponent: "reveal-icon",
icon: Shield,
title: "Secure Hosting", description: "Enterprise-grade security and 99.9% uptime for your website.", bentoComponent: "reveal-icon", icon: Shield,
},
{
title: "Fast Turnaround",
description: "From concept to launch in record time without sacrificing quality.",
bentoComponent: "timeline",
heading: "Project Launch",
subheading: "Week 1",
items: [
title: "Fast Turnaround", description: "From concept to launch in record time without sacrificing quality.", bentoComponent: "timeline", heading: "Project Launch", subheading: "Week 1", items: [
{ label: "Discovery & wireframes", detail: "Day 1-3" },
{ label: "Design & development", detail: "Day 4-10" },
{ label: "Testing & deployment", detail: "Day 11-14" },
],
completedLabel: "Live",
},
completedLabel: "Live"},
{
title: "Seamless Integrations",
description: "Connect with the tools you already use — CRMs, analytics, payments, and more.",
bentoComponent: "orbiting-icons",
centerIcon: Puzzle,
title: "Seamless Integrations", description: "Connect with the tools you already use — CRMs, analytics, payments, and more.", bentoComponent: "orbiting-icons", centerIcon: Puzzle,
items: [
{ icon: Shield },
{ icon: Monitor },
@@ -216,10 +182,7 @@ export default function WebAgency2Page() {
],
},
{
title: "Growth Trends",
description: "Data-driven insights to optimize your search presence and drive traffic.",
bentoComponent: "line-chart",
},
title: "Growth Trends", description: "Data-driven insights to optimize your search presence and drive traffic.", bentoComponent: "line-chart"},
]}
/>
<TestimonialCardFifteen
@@ -254,21 +217,11 @@ export default function WebAgency2Page() {
animationType="slide-up"
negativeCard={{
items: [
"Generic templates with no personality",
"Slow load times and poor performance",
"No SEO strategy or search visibility",
"Outdated design that hurts credibility",
"No ongoing support after launch",
],
"Generic templates with no personality", "Slow load times and poor performance", "No SEO strategy or search visibility", "Outdated design that hurts credibility", "No ongoing support after launch"],
}}
positiveCard={{
items: [
"Custom designs tailored to your brand",
"Lightning-fast performance on all devices",
"Built-in SEO to drive organic traffic",
"Modern design that builds trust",
"Dedicated support and maintenance",
],
"Custom designs tailored to your brand", "Lightning-fast performance on all devices", "Built-in SEO to drive organic traffic", "Modern design that builds trust", "Dedicated support and maintenance"],
}}
/>
<TeamCardFive
@@ -298,6 +251,20 @@ export default function WebAgency2Page() {
{ id: "5", title: "What technologies do you use?", content: "We build with modern technologies including Next.js, React, and Tailwind CSS to ensure fast, scalable, and maintainable websites." },
]}
/>
<div id="reservas" data-section="reservas">
<ContactCenter
tag="Reservas"
title="Haz tu Reserva"
description="Para reservar, por favor proporciona los siguientes datos: Nombre, Teléfono, Fecha, Hora, Número de comensales y cualquier Comentario adicional."
background={{ variant: "rotated-rays-animated" }}
buttons={[
{ text: "Enviar Solicitud", href: "#contact" },
{ text: "Reserva por WhatsApp", href: "https://wa.me/1234567890" }
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<ContactCTA
tag="Get in Touch"
title="Ready to Transform Your Digital Presence?"
@@ -315,8 +282,7 @@ export default function WebAgency2Page() {
copyrightText="© 2026 | Webild"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Work", href: "#work" },
@@ -324,8 +290,7 @@ export default function WebAgency2Page() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Web Development", href: "#" },
{ label: "SEO", href: "#" },
{ label: "Branding", href: "#" },
@@ -333,8 +298,7 @@ export default function WebAgency2Page() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #161616;
--foreground: #f0f0f0;
--primary-cta: #ffffff;
--background: #FBF8F4;
--card: #F3EFE9;
--foreground: #3A2E2C;
--primary-cta: #C95D4A;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1e1e1e;
--secondary-cta: #7A8C5F;
--secondary-cta-text: #e0e0e0;
--accent: #d0d0d0;
--background-accent: #9a9a9a;
--accent: #A63A3A;
--background-accent: #E0C0A0;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);