main
Midnight 3 years ago
parent ef246b2c0d
commit 4cf1dc5825

@ -9,7 +9,7 @@ export default function Footer() {
<footer className={styles.footer}>
<div className="container">
<p>Copyright © 2021 DubbelNull vof <br/> Kvk 81343493 -- The Netherlands</p>
<p>Built by Pascal with NextJS, Netlify & Airtable <br/> Dutch language option coming soon</p>
<p>Built by Pascal with NextJS, Netlify & Airtable<br/>Dutch language option coming soon</p>
</div>
</footer>
)

@ -16,7 +16,7 @@ export default function Menu() {
</Link>
<div>
<Link href="/about">About</Link>
<div className={styles.disabled}><Link href="/about">About</Link></div>
<div className={styles.disabled}><Link href="">Blog</Link></div>
<div className={styles.disabled}><Link href="">Showcase</Link></div>
<div className={styles.disabled}><Link href="">Services</Link></div>

@ -30,8 +30,9 @@ export default function Home() {
<article className={"content " + styles.indexanim}>
<h1 className={styles.description}>
{"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."}
{"DubbelNull is a small IT development team from The Netherlands making and designing applications. "}
{"We create both back-end servers and front-end experiences, including mobile apps and PWA. "}
{"Whatever it is you need, if it's based on web protocols, we can make it for you."}
</h1>
<hr />

@ -18,7 +18,7 @@
.description {
font-weight: normal;
text-align: center;
width: 75%;
width: 100%;
margin: auto;
}

Loading…
Cancel
Save