diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro
index 33e2dc5..e45bf3b 100644
--- a/src/components/Navbar.astro
+++ b/src/components/Navbar.astro
@@ -1,4 +1,6 @@
---
+import BrandLogo from "./BrandLogo.astro";
+
const currentPath = Astro.url.pathname;
const links = [
@@ -11,57 +13,132 @@ const links = [
];
---
-