import React from 'react'; import Image from 'next/image'; import Link from 'next/link'; import styles from './page.module.css'; import Logo from '/public/ProcessCube-Logo.png'; const Home: React.FC = () => { return (

Welcome to the

5Minds ProcessCube

Docs ->

Learn more about the ProcessCube and how to use it.

Course ->

Learn how to use the ProcessCube in a step-by-step course.

); }; export default Home;