// components/LoginButton.js import Link from "next/link"; import { Button } from "@nextui-org/react"; export default function LoginButton() { return ( ); }