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

Want your best managment
software? sign up

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

Hi buddy, welcome
Back!

Still don't have an account? Sign Up

{/* Login Form End */}

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

{/* /.form-wrapper */}
{/* /.user-data-page */}
); }; export default Login;