From bd1d83f4e0c9d43505e9d98e3e628b6967d88cb8 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sun, 12 Apr 2026 18:16:24 -0400 Subject: [PATCH] fix: vertically center about page hero content using page-hero class Replaced custom py-16/py-20 padding with the standard page-hero class so the hero content is properly centered like on other pages. Co-Authored-By: Claude Opus 4.6 --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b4b709e..53edc04 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -11,7 +11,7 @@ export default function AboutPage() { return ( <> {/* Hero */} -
+

THE ARTIST