import Link from "next/link"; export default function About() { return ( <>

About Page

Back to Home
); }