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

- -
); }