import Link from "next/link"; import React from "react"; export default function Home() { return (

Click here to visit the playground
Click here to visit a sample page

); }