import React from "react"; import Link from "next/link"; import Image from "next/image"; export const metadata = { title: 'Not Found || Deski-Saas & Software Nextjs Template', description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`, } const NotFound = () => { return (
{/* End Page SEO Content */}
media media
logo

Sorry,
The Page Can’t
be Found.

quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat

Back to Home icon
{/* /.text-wrapper */}
{/* /.error-page */}
); }; export default NotFound;