diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 68a77ec..36f5280 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -26,7 +26,7 @@ export default function RootLayout({
return (
{children}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index cfca008..87ae851 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,7 +1,8 @@
export default function Home() {
return (
-
The Coding Grizzly
+
Welcome to the den
+
Here lives the geek bear who is hungry for binary honey. Ravaging through the internet dumpster finding the finest 0s and 1s. He looks for speed and performance
);
}
diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx
index 1563515..df32985 100644
--- a/src/components/Header/index.tsx
+++ b/src/components/Header/index.tsx
@@ -27,7 +27,7 @@ export default function Header() {
setMobileOpen(!mobileOpen)
}
const drawer = (
-
+
Menu
{navItems.map((item) => (
@@ -42,11 +42,8 @@ export default function Header() {
)
return (
<>
-
+
-
- My Website
-