import Head from 'next/head' import Image from 'next/image' import styles from '../styles/Index.module.css' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faTractor } from '@fortawesome/free-solid-svg-icons' import { faBatteryFull } from '@fortawesome/free-solid-svg-icons' import { faHandshake } from '@fortawesome/free-solid-svg-icons' import { faMoneyBillWave } from '@fortawesome/free-solid-svg-icons' import { faForward } from '@fortawesome/free-solid-svg-icons' import { faStream } from '@fortawesome/free-solid-svg-icons' 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.


Crystal clear sense

Farm based hosting

Service focused

Need something we don't explicitly offer? We can always work something out.

Future proof

Yes

Involved and committed

Yes

Price minded

Take advantage of the small scale of a startup's cost advantage

Flexible and versatile

Yes

) }