import Head from 'next/head'
import Image from 'next/image'
import styles from '../styles/Index.module.css'
export default function Home() {
return (
{process.env.NEXT_PUBLIC_NAME}
{process.env.NEXT_PUBLIC_MOTTO}
DubbelNull is a small 2-man startup from The Netherlands developing and designing web applications.
We make all kinds of things with a range of technologies like Laravel, NextJS and Wordpress.
)
}