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 ( + + + + + + + + + + + + + + + + + + ); +} 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]" /> +
+ +
+
+ +