diff --git a/app/blog/page.tsx b/app/blog/page.tsx index e4bd7ce..9664743 100644 --- a/app/blog/page.tsx +++ b/app/blog/page.tsx @@ -57,46 +57,27 @@ export default async function BlogOverviewPage({ return ( <>
- {/* Header — copy left, photo bleeds to the viewport edge on the - right with a left-edge fade into bg-base, matching Figma's - hero-fade-left/hero-fade-bottom overlays (node 4577:330). */} - -
- {/* Breadcrumb + text-h-feature heading — same treatment as - /shop's ShopHeader.tsx and every legal page, this hero was - the one page missing both (its own bespoke photo-bleed - layout predates that convention being established - elsewhere). */} -

- Startseite - - Blog -

-

- Blog -

-

- Gedanken, Methoden und Impulse für einen leichteren und klareren Alltag. -

- {/* Moved into the hero's own text column (was a separate full- - width bar below the entire hero, including the photo) — on - mobile especially (text stacks above the photo here), that - pushed the filters below a full extra screen's worth of - hero image before they were even visible. Living right - under the description keeps them in view immediately, on - every width, no scrolling past the photo needed. */} - {allCategories.length > 1 && ( - - )} -
-
- -
-
-
+ {/* Header — plain text, same treatment as /shop's ShopHeader.tsx + and every legal page (the bespoke photo-bleed hero this used to + be predated that convention being established elsewhere). */} + +

+ Startseite + + Blog +

+

+ Blog +

+

+ Gedanken, Methoden und Impulse für einen leichteren und klareren Alltag. +

+ {allCategories.length > 1 && ( + + )}
{posts.length === 0 && ( @@ -106,14 +87,11 @@ export default async function BlogOverviewPage({ )} {featured && ( - // -mt-8, not pt-10 — pulls the card up to slightly overlap the - // hero section's bottom edge instead of sitting flush below it. - // relative z-10 keeps it stacked above the hero's own photo. // key'd for the same reason as RevealGroup below — guards against // the same stuck-at-opacity-0 failure mode if a future filter // combination ever swaps in a *different* featured post without // an intervening moment where `featured` was falsy. - +