import Link from "next/link"; export default function NotFoundPage() { return (

404

Profile not found

This profile is unavailable or currently private.

Back to home
); }