import BackButton from "@/components/common/back-button"; export default async function NotFound() { return (

Not found

The content you are trying to view is not available.

Go home
); }