-
{logo}
-
-
- {navItems.map((item) => (
-
- {item.name}
-
- ))}
-
-
-
-
-
-
-
+
);
-};
-
-export default NavbarCentered;
+}
\ No newline at end of file
diff --git a/src/index.css b/src/index.css
index e71573d..5e0c5cb 100644
--- a/src/index.css
+++ b/src/index.css
@@ -141,6 +141,7 @@ body {
min-height: 100vh;
overscroll-behavior: none;
overscroll-behavior-y: none;
+ padding-top: 6rem;
}
h1,
@@ -172,4 +173,4 @@ h6 {
background: linear-gradient(to bottom right, color-mix(in srgb, var(--color-secondary-cta) 80%, transparent), var(--color-secondary-cta));
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
border: 1px solid var(--color-secondary-cta);
-}
+}
\ No newline at end of file