From 68a911c6db7412c9e6ddb600e013f9e51b1fcf5b Mon Sep 17 00:00:00 2001 From: Mannu Date: Sun, 31 May 2026 01:51:19 +0530 Subject: [PATCH] fix(nav+story): About pill always-on-mobile, Blog desktop-only, remove author block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MarketingNav: - About: always visible on all breakpoints; styled as outlined rose pill (border-rose-300, rose-600 text) โ€” pairs naturally with the solid rose CTA button beside it; hover fills bg-rose-50 - Blog: hidden on mobile (sm:inline-flex), plain text gray-600 โ†’ rose-600 - Use ml-auto mr-3 on nav so links sit right of center, next to the button Homepage FounderStory: - Remove ๐Ÿ‘จโ€๐Ÿ’ป / Manohar Gupta / Founder block โ€” author details move to About - Story content and amber card remain unchanged Co-Authored-By: Claude Sonnet 4.6 --- src/app/(marketing)/page.tsx | 8 -------- src/components/marketing/MarketingNav.tsx | 12 +++++++----- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/src/app/(marketing)/page.tsx b/src/app/(marketing)/page.tsx index 76b8ff2..e437575 100644 --- a/src/app/(marketing)/page.tsx +++ b/src/app/(marketing)/page.tsx @@ -228,14 +228,6 @@ function FounderStory() {
-
-
๐Ÿ‘จโ€๐Ÿ’ป
-
-

Manohar Gupta

-

Founder, Tia ยท Gurugram

-
-
-

When our daughter, Tia, was born, we wanted to remember everything โ€” the tiny diff --git a/src/components/marketing/MarketingNav.tsx b/src/components/marketing/MarketingNav.tsx index 371fd42..abeb8a3 100644 --- a/src/components/marketing/MarketingNav.tsx +++ b/src/components/marketing/MarketingNav.tsx @@ -6,7 +6,7 @@ import { NavAuthButton } from "./NavAuthButton"; export function MarketingNav() { return (

-
+
{/* Logo */} ๐ŸŒธ @@ -18,17 +18,19 @@ export function MarketingNav() { - {/* Center nav links */} -