From 9f6132260452d1c4dc2d2414c0c3dc0f1b537846 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 31 Jul 2026 22:52:22 +0000 Subject: [PATCH] Match Blog and Shop heading sizes back to text-display Blog's own hero already used text-display; ShopHeader.tsx used the smaller text-h-feature, reading as inconsistent next to it. Both now use text-display. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_018unaXmuzVA8ct1b6WoyP1U --- app/blog/page.tsx | 2 +- app/shop/components/ShopHeader.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/blog/page.tsx b/app/blog/page.tsx index ffe364e..0b4fd3f 100644 --- a/app/blog/page.tsx +++ b/app/blog/page.tsx @@ -77,7 +77,7 @@ export default async function BlogOverviewPage({ Blog

Blog diff --git a/app/shop/components/ShopHeader.tsx b/app/shop/components/ShopHeader.tsx index 7f931f4..3d80b85 100644 --- a/app/shop/components/ShopHeader.tsx +++ b/app/shop/components/ShopHeader.tsx @@ -10,7 +10,7 @@ export function ShopHeader() { Shop

Shop