import Link from "next/link"; export default function About() { return (
This is a static page goto dynamic page.
); }