import Link from 'next/link' export default function Other() { return (

Other page

Go to home
) }