import Link from 'next/link' import { Button } from '@ciphera-net/ui' export default function NotFound() { return (
{/* * --- ATMOSPHERE (Background) --- */}
{/* * Grid Pattern with Radial Mask */}
Page not found

Page not found

Sorry, we couldn't find the page you're looking for. It might have been moved or deleted.

) }