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

You feel a calming tranquility.
You're filled with determination...

Walidoux's Github
) } export default Home