diff --git a/Websites/jefes-nextjs/app/components/NavBar/reserveButton.tsx b/Websites/jefes-nextjs/app/components/NavBar/reserveButton.tsx
index cd0471c..caed12d 100644
--- a/Websites/jefes-nextjs/app/components/NavBar/reserveButton.tsx
+++ b/Websites/jefes-nextjs/app/components/NavBar/reserveButton.tsx
@@ -1,13 +1,15 @@
+"use client";
import React from "react";
import Image from "next/image";
+import { Button } from "@/components/ui/button";
const Reserve = () => {
return (