import Head from 'next/head' import Image from 'next/image' import styles from '../styles/Index.module.css' import Buttons from '../components/buttons' 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' import { faQuoteLeft } from '@fortawesome/free-solid-svg-icons' import { faQuoteRight } from '@fortawesome/free-solid-svg-icons' import logo from '../public/img/logoblue.png' export default function Home() { return (
{process.env.NEXT_PUBLIC_NAME}

{process.env.NEXT_PUBLIC_MOTTO}

{"DubbelNull is a small IT development team from The Netherlands making and designing web applications. "} {"We build with a variety of tools such as Laravel, NextJS, NestJS and Wordpress."}


Crystal clear sense

{"We understand the struggle of long meetings only to still have misunderstandings. "} {"We are straight to the point and will inform you of your options upfront."}

Service focused

{"We can always work something out, even if what you need is not technically in our range of offerings. "} {"Our mission is to help make you succeed and own the IT space, no matter what that might be."}

Future proof

{"We work with the newest technologies and use agnostic systems to ensure they will keep working even if an individual piece gets outdated."}

Involved and committed

{"Our job resulted from our hobby as IT enthusiasts. Our enjoyment is to see your product succeed, so everything we do is geared towards that goal. "}

Price minded

{"We are a small startup with very little background costs. "} {"Those cost savings are directly forwarded to you, the client."}

Flexible and versatile

{"We work with a large range of technologies so we can fit your needs. "} {"We're not afraid to try out new things if the situation calls for it either."}


See what our customers say

{" The site is amazing, the work that went into this is incredible. "} {" The look and small details make it so amazing. "} {" I highly recommend getting yourself a sight made by DubbelNull, their talent is outstanding and the customer service was amazing. "} {" They were always there to answer any questions I had and were happy to change the things I wanted. "}

— Trick @ trickthefox.com

{/*

{" Wheter it is PHP Laravel, NodeJS Nextjs or even Wordpress, we can do it. Wheter it is PHP Laravel, NodeJS Nextjs or even Wordpress, we can do it. Wheter it is PHP Laravel, NodeJS Nextjs or even Wordpress, we can do it. "}

— Merete & Melvyn @ lifecentrelivingston.com
*/}

) }