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

Test Page

Go to page 2
) }