From 5951fe88dfac71c885e5ea00ea97fecf4e5eff20 Mon Sep 17 00:00:00 2001 From: apatil Date: Fri, 2 May 2025 16:44:08 +0100 Subject: [PATCH] Adding some more content to the main page and changing colors --- src/app/layout.tsx | 2 +- src/app/page.tsx | 3 ++- src/components/Header/index.tsx | 7 ++----- 3 files changed, 5 insertions(+), 7 deletions(-) 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 -