THE-3: Restore /work page with named-client case studies + inline newsletter CTA#6
Open
wschenk wants to merge 1 commit into
Open
THE-3: Restore /work page with named-client case studies + inline newsletter CTA#6wschenk wants to merge 1 commit into
wschenk wants to merge 1 commit into
Conversation
…ewsletter CTA THE-3: /work currently 404s. Move existing case-studies pages to the canonical /work and /work/[slug] routes, keep /case-studies and /case-study/[slug] as 301 redirects, update nav (header banner, desktop, mobile, footer) and homepage links, and add an inline Buttondown newsletter form per case study tagged work:<slug> so we can attribute conversions back to each study. - /work renders the existing case-studies index (Samsung/Perplexity, TezLab, Upper Hand, Distill, Fountain Creek, QB Sync, etc.) at the canonical URL - /work/<slug> for each case study, deep-linkable as the task requires - redirects in astro.config.mjs preserve all old /case-studies and /case-study/<slug> URLs - nav label changed from "Case Studies" to "Work"; homepage stat tiles now point at real /work/<slug> URLs (previous links to upper-hand, rivian-tbm, samsung-702 didn't match any content) Verified: pnpm build → 188 pages, /work/* render with inline buttondown form tagged per case study, redirect HTML produced for old URLs. 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
Closes THE-3.
thefocus.ai/work404s today. This PR makes/workthe canonical case-studies URL and adds an inline newsletter signup per case study, ladder-up to the company goal "Increase newsletter subscribers."/workindex renders the existing case-study set (Samsung/Perplexity, TezLab — Tesla/Rivian, Upper Hand, Distill, Fountain Creek, QB Sync, Onboarding, AI Back Office, etc.)/work/<slug>(the task's exact spec)work:<slug>so we can attribute subscribers back to the study that converted them/work/case-studiesand/case-study/<slug>URLs working (301)The 3+ named-client case studies the deliverable requires (Perplexity/Samsung, TezLab/Tesla, Upper Hand) are already in
src/content/case_studies/with full client name, problem, what we built, measurable outcomes, and tech stack. This PR just exposes them at the canonical URL the task asks for.Test plan
pnpm build— 188 pages built, no errorsdist/work/index.htmlrenders with all categorized case studiesdist/work/perplexity-samsung/,dist/work/tezlab-ai/,dist/work/upperhand-ai/(and all others) renderwork:<slug>tagdist/case-studies/anddist/case-study/<slug>/emit redirect HTML to new URLswork:*over the next weekCo-Authored-By: Paperclip noreply@paperclip.ing