From ffcab7ad12ff5e52d8b88d91c75fce72496a3893 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Thu, 27 Feb 2025 23:15:29 -0800 Subject: [PATCH] more cringe --- src/app/page.tsx | 18 ++++++++++-------- src/components/layout/header.tsx | 4 ++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d7c615..06cfbbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,6 +4,7 @@ import fs from 'fs/promises'; import path from 'path'; import matter from 'gray-matter'; import Link from 'next/link'; +import { Separator } from "@/components/ui/separator"; type PostMeta = { title: string; @@ -40,12 +41,16 @@ export default async function Home() { const recentPosts = await getRecentPosts(); return ( -
-
+
+
{/* Intro */}
-

Elias Almqvist

-

+

+

Elias Almqvist

+ +
+ +

CEO of{" "} Exa Laboratories (YC S24) @@ -69,7 +74,7 @@ export default async function Home() { href={`/essays/${post.slug}`} className="block hover:bg-gray-50 dark:hover:bg-gray-800 p-4 rounded-lg transition" > -

{post.title}

+

{post.title}

@@ -78,9 +83,6 @@ export default async function Home() { ))}
- - {/* External Links */} -
); diff --git a/src/components/layout/header.tsx b/src/components/layout/header.tsx index 2142a54..967dc26 100644 --- a/src/components/layout/header.tsx +++ b/src/components/layout/header.tsx @@ -8,8 +8,8 @@ import Logo from "@/components/logo"; import ExternalNav from "../externalnav"; const Header = () => ( -
-
+
+