// Example: Adding className with import Link from 'next/link' export default function LinkClassnameExample() { // To add attributes like className, target, rel, etc. // add them to the tag, not to the tag. return ( Hello World ) } // Take a look at https://nextjs.org/docs/api-reference/next/link // to learn more!