import {Link} from "@nextui-org/react"; import NextLink from "next/link"; export default function App() { return ( Next.js Link ); }