From 7da14f76423e2056e686f38ec42b38514310d991 Mon Sep 17 00:00:00 2001 From: Stan Runge Date: Mon, 3 Jun 2024 18:04:16 +0200 Subject: [PATCH] update header --- app/layout.tsx | 27 ++++++++++++++++++++++----- app/page.tsx | 19 ------------------- 2 files changed, 22 insertions(+), 24 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index acd726d..2a49786 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -20,11 +20,28 @@ export default function RootLayout({ return ( -
- - - - +
+
+

+ Stan Runge +

+
+
+ + + +
+
{children} diff --git a/app/page.tsx b/app/page.tsx index df69158..9a17420 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -50,25 +50,6 @@ export default async function Index() {

English, Dutch, Spanish, Papiamentu, Korean

- -
-

Links

- -
); }