From 1dad5065a984f23cd974291811840abe940a8a0d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 17:52:13 +0000 Subject: [PATCH 1/3] Add src/app/la-carta/page.tsx --- src/app/la-carta/page.tsx | 169 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 src/app/la-carta/page.tsx diff --git a/src/app/la-carta/page.tsx b/src/app/la-carta/page.tsx new file mode 100644 index 0000000..5705823 --- /dev/null +++ b/src/app/la-carta/page.tsx @@ -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 ( + + + + + + + + + + + + + + + + + + ); +} From 80ac29c6c09ea9ae5c4a3c98d03d0e27c9a1a11c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 17:52:13 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 154 ++++++++++++++++++----------------------------- 1 file changed, 59 insertions(+), 95 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0165d48..f3ff93e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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]" /> +
+ +
+
+ +
Date: Wed, 27 May 2026 17:52:14 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 858b8d0..c0db5f3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);