From 05440d2d5eaabe8e8974be317714a54b3ddba10e Mon Sep 17 00:00:00 2001 From: OpenCode Worker Date: Wed, 3 Jun 2026 12:43:07 -0500 Subject: [PATCH] copy: simplify home and posts headings --- app/page.tsx | 28 ++++------------------------ app/posts/page.tsx | 4 ---- 2 files changed, 4 insertions(+), 28 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 339d4dc..a92b5e3 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -6,31 +6,11 @@ export default async function HomePage() { return (
-
-
-

- Minimal static journal -

-

- Quiet notes on design, code, and the web. +
+
+

+ Recent

-

- A small, fast blog for thoughtful essays, implementation notes, and experiments in readable interfaces. -

-
-

- -
-
-
-

Latest

-

- Recent writing -

-
-

- Fresh posts appear here as soon as they are published. -

{posts.length > 0 ? ( diff --git a/app/posts/page.tsx b/app/posts/page.tsx index cd6dcbc..96728b5 100644 --- a/app/posts/page.tsx +++ b/app/posts/page.tsx @@ -9,13 +9,9 @@ export default async function PostsPage() { return (
-

Archive

Posts

-

- Browse every essay, note, and experiment in one place. Search and tag filters stay local and fast. -

{posts.length > 0 ? (