import React from "react"; import SignUpForm from "../../../components/contact/form/SignUpForm"; import Link from "next/link"; import Image from "next/image"; export const metadata = { title: 'Sign Up || 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 SignUp = () => { return (
{/* End Page SEO Content */}

We have a “strategic” plan its
called doing things.

illustration illustration illustration
{/* /.illustration-wrapper */}
logo
Go to home
{/* End d-flex */}

Join with thousands of startup!

Already have an account? Login

{/* End Signup Form */}

Copyright @{new Date().getFullYear()}{" "} ib-themes {" "} inc.

{/* End .copyright */}
{/* /.form-wrapper */}
{/* /.user-data-page */}
); }; export default SignUp;