diff --git a/app/components/Hero.tsx b/app/components/Hero.tsx index df20b82..0e7a031 100644 --- a/app/components/Hero.tsx +++ b/app/components/Hero.tsx @@ -77,7 +77,7 @@ export function Hero() { style={{ fontFamily: "var(--font-playfair)" }} > - Finde heraus, was wichtig ist + Verlier' dich nicht im mehr, verankere was zählt {/* Brand's signature orange dot (also in the logo/footer) — bouncy pop-in once the heading scrolls into view, timed to @@ -96,14 +96,14 @@ export function Hero() { own 20px floor read too large next to the now-smaller CTA text. leading shrinks to match, not just font-size. */}
- Ich helfe dir, zwischen Job, Familie und eigenen Projekten nicht unterzugehen + Ich helfe dir, zwischen Job, Familie und eigenen Projekten nicht unterzugehen.
{/* CTA — centered below sm: (reads better against the centered image/banner above it on true Mobile), left-aligned with the rest of the text column again from sm: up. */} {/* Letting this wrap to two lines below lg: (tried 2026-07-24) diff --git a/app/components/Navbar.tsx b/app/components/Navbar.tsx index dcbba1a..18a9235 100644 --- a/app/components/Navbar.tsx +++ b/app/components/Navbar.tsx @@ -58,7 +58,7 @@ function getNavLinks(singleActiveProduct: boolean) { // mark "Werkzeuge" active in the nav for the same reason — confirmed by // page-weekly-impulses's own breadcrumb ("Startseite › Werkzeuge › // Impulse & Tipps") and active-underline position, same as page-todo-karten's. -const WERKZEUGE_ROUTES = ["/todo-cards", "/challenge", "/newsletter"]; +const WERKZEUGE_ROUTES = ["/todo-cards", "/lebensuhr", "/newsletter"]; function isNavLinkActive(href: string, pathname: string, activeSection: string): boolean { if (href === "#werkzeuge") { @@ -519,10 +519,10 @@ export function Navbar({ singleActiveProduct }: { singleActiveProduct: boolean } Newsletter - 7-Tage-Challenge + Klarheitskompass @@ -668,11 +668,11 @@ export function Navbar({ singleActiveProduct }: { singleActiveProduct: boolean } Newsletter - 7-Tage-Challenge + Klarheitskompass diff --git a/app/components/Tools.tsx b/app/components/Tools.tsx index f8de83f..140f389 100644 --- a/app/components/Tools.tsx +++ b/app/components/Tools.tsx @@ -26,7 +26,7 @@ export async function Tools() { className="font-semibold text-text-primary text-h-section" style={{ fontFamily: "var(--font-lora)" }} > - Werkzeuge für mehr Orientierung im Alltag + Für mehr Orientierung im Alltag diff --git a/app/challenge/components/EmailCapture.tsx b/app/lebensuhr/components/EmailCapture.tsx similarity index 100% rename from app/challenge/components/EmailCapture.tsx rename to app/lebensuhr/components/EmailCapture.tsx diff --git a/app/challenge/page.tsx b/app/lebensuhr/page.tsx similarity index 99% rename from app/challenge/page.tsx rename to app/lebensuhr/page.tsx index c23012d..7acc0a8 100644 --- a/app/challenge/page.tsx +++ b/app/lebensuhr/page.tsx @@ -18,12 +18,12 @@ export const metadata: Metadata = { title, description, alternates: { - canonical: "/challenge", + canonical: "/lebensuhr", }, openGraph: { title, description, - url: "/challenge", + url: "/lebensuhr", images: ["/blog-featured.jpg"], }, twitter: { diff --git a/public/hero.jpg b/public/hero.jpg deleted file mode 100644 index 51c4265..0000000 Binary files a/public/hero.jpg and /dev/null differ diff --git a/public/hero.png b/public/hero.png index 484007c..3e6483e 100644 Binary files a/public/hero.png and b/public/hero.png differ