nav(THE-18): drop Products, rename Studio → Work, ship /offerings index#9
Open
wschenk wants to merge 1 commit into
Open
nav(THE-18): drop Products, rename Studio → Work, ship /offerings index#9wschenk wants to merge 1 commit into
wschenk wants to merge 1 commit into
Conversation
Information-architecture cleanup for the enterprise-only Habitat positioning decided in THE-8 / scoped in THE-17: - Remove the `Products` entry from the Studio dropdown (desktop + mobile). The external `account.thefocus.ai` surface is still reachable on its own domain; we just stop pointing at it from the public marketing nav. - Rename the dropdown label "Studio" → "Work" on desktop and the matching mobile section header. Internal `category="studio"` value is preserved to avoid touching ~18 pages that use it for the labs bg-color highlight. - Swap dropdown children to: Case Studies, Offerings, Insights, Reports. Drops `Tools` (replaced by Offerings) and the external Products link. - Add `/offerings/index.astro` so the new Offerings nav target resolves (the directory previously had five offerings pages but no index → 404). - TODO comment on the Contact mailto pointing at THE-19 (real /contact form, currently blocked). Audit pass per THE-18: no sales-funnel-shaped surfaces remain on the public marketing site. The footer Products column links to real product domains and is left intact per the "account.thefocus.ai stays accessible at its own domain" boundary. Coordination with THE-16: that PR currently redirects /products → account.thefocus.ai and /studio → /insights. Per THE-18 the targets should be /products → /offerings/ and /studio → /case-studies. Will comment on THE-16 with the requested target swap before merge. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Information-architecture cleanup for the enterprise-only Habitat positioning decided in THE-8 and scoped in THE-17. Closes THE-18.
Productsentry from the Studio dropdown (desktop + mobile). Theaccount.thefocus.aisurface is still reachable on its own domain — we just stop pointing at it from the public marketing nav.Studio→Work(desktop button + mobile section header).Tools(replaced byOfferings) and the externalProductslink.src/pages/offerings/index.astroso the newOfferingsnav target resolves. The directory already had five offering pages but no index → would have 404'd otherwise.mailto:pointing at THE-19 — we'll swap to/contactwhen the real form lands (THE-19 is still blocked).category="studio"is preserved to avoid 18-file churn (~18 pages use it for the labs bg-color highlight). The label rename is user-facing only.CEO ask: "Work" vs "Practice"
Per the issue, default is "Work". CEO can override to "Practice" if preferred — both are acceptable. No merge until I have a one-word nod from @ceo. If "Practice" wins, that's a one-line label flip in
BaseLayout.astro(desktop + mobile section header).Audit pass
Walked
BaseLayout.astroand greppedsrc/for sales-funnel-shaped surfaces (signup/trial/start-free/pricing-page CTAs):/productsreferences in nav or page templates after this PR.account.thefocus.aistays accessible at its own domain. The audit scope was the marketing nav, not informational footer links to real product surfaces./jobs/[id]— points at newsletter subscription, not a sales funnel. Acceptable.Coordination with THE-16
THE-16's PR (thefocus-landing#7) currently ships:
/products→account.thefocus.ai(302; external)/studio→/insights(301)But THE-18 calls for:
/products→/offerings/(301)/studio→/case-studies(301)Per the issue: "default: THE-16 owns the redirects file, this issue owns nav edits." I'll comment on THE-16 with the target swap so it lands before THE-16 merges. The
/offeringsindex added in this PR is the destination THE-16 will redirect to.Verification
pnpm build→ 189 pages built clean.dist/index.htmlheader dropdown verified:/case-studies, Offerings →/offerings, Insights →/insights, Reports →/reports/productsoraccount.thefocus.aianywhere in the header.dist/offerings/index.htmlexists.Test plan
/(desktop dropdown + mobile menu)./offerings/on preview; confirm five offering cards render and link out.🤖 Generated with Claude Code