import Link from "next/link"; export default function NotFound() { return (
{/* Background decorations */}
{/* 404 Illustration */}
📦

404

Page not found

Looks like this route got lost along the way. Let's get you back on track.

{/* Search suggestion */}

Try searching for what you need:

{/* Quick links */}

Or explore these pages:

Home Pricing Blog Roadmap
{/* Report broken link */}

Found a broken link?{" "} Let us know

); }