import { AlbyHubIcon } from "src/components/icons/AlbyHubIcon"; import { LinkButton } from "src/components/ui/custom/link-button"; function NotFound() { return ( <> Page Not Found ยท Alby Hub

Page not found

The page you're looking for doesn't exist

Return Home
); } export default NotFound;