import type { NextPage } from 'next' import Head from 'components/Head/NextHead' import styles from '../styles/pages/home.module.scss' const Home: NextPage = () => { return (

Hello Beautiful World of Coding !

Some sort of tests
) } export default Home