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