diff --git a/src/lib/components/site/index.ts b/src/lib/components/site/index.ts
index 2022f4f..32fc2ae 100644
--- a/src/lib/components/site/index.ts
+++ b/src/lib/components/site/index.ts
@@ -1,5 +1,6 @@
export { default as Metadata } from './metadata.svelte';
export { default as SiteFooter } from './site-footer.svelte';
+export { default as SiteNavBar } from './site-navbar.svelte';
export { default as SiteHeader } from './site-header.svelte';
export { default as TailwindIndicator } from './tailwind-indicator.svelte';
export { default as ModeToggle } from './mode-toggle.svelte';
diff --git a/src/lib/components/site/site-header.svelte b/src/lib/components/site/site-header.svelte
index cefdf38..c916958 100644
--- a/src/lib/components/site/site-header.svelte
+++ b/src/lib/components/site/site-header.svelte
@@ -1,52 +1,12 @@
-
- You can try going back to the home page. -
-+ You can try going back to the home page. +
+- Inspired by others, I share my open-source derived work with the community. -
-+ Inspired by others, I share my open-source derived work with the community. +
++ I'm a DevOps and Platform Engineering enthusiast from Zaandam, The Netherlands. Started my + journey in Information Sciences at the Vrije Universiteit Amsterdam, quickly learning and + adopting Python, Javascript and Linux. These days, I'm also working alot with Terraform, + Bicep, and Kubernetes, creating cloud infra solutions that are sustainable. +
++ Over at Triple, my role involves providing services to clients including HEINEKEN, BAM, and citizenM. I + utilize tools like Akamai, Azure, Azure DevOps and SendGrid to create and maintain robust, + scalable cloud infrastructures. For operational purposes, I employ technologies like + SaltStack, PRTG, and LogicMonitor. +
++ I love to work on personal projects or playing games with friends. Beyond the screens, you + can catch me vibing to vinyl, watching movies, hitting concerts and festivals. +
++ When the dust settles, my life is all about sharing laughs with my oversized cat and with + my amazing girlfriend. I also enjoy a good whiskey, and I'm always up for a chat or down + to help. +
- I'm a DevOps and Platform Engineering enthusiast from Zaandam, The Netherlands. Started - my journey in Information Sciences at the Vrije Universiteit Amsterdam, quickly learning - and adopting Python, Javascript and Linux. These days, I'm also working alot with - Terraform, Bicep, and Kubernetes, creating cloud infra solutions that are sustainable. -
-- Over at Triple, my role involves providing services to clients including HEINEKEN, BAM, and citizenM. - I utilize tools like Akamai, Azure, Azure DevOps and SendGrid to create and maintain - robust, scalable cloud infrastructures. For operational purposes, I employ technologies - like SaltStack, PRTG, and LogicMonitor. -
-- I love to work on personal projects or playing games with friends. Beyond the screens, - you can catch me vibing to vinyl, watching movies, hitting concerts and festivals. -
-- When the dust settles, my life is all about sharing laughs with my oversized cat and - with my amazing girlfriend. I also enjoy a good whiskey, and I'm always up for a chat or - down to help. -
-