feat: refresh header logo and product name to Whitepages Pro API#56
Merged
Conversation
Updates the header chrome and product naming on the API documentation site: - Replace the Whitepages wordmark with the Whitepages Pro API wordmark in `public/pro_api_logo.svg`. The single gradient asset reads on both light and dark backgrounds, so the separate gray/white variants are no longer needed and are removed. - Point the header logo link at https://www.whitepages.com/pro-api via `nav.url` in the shared layout. - Fire `WPClickedHeaderSiteLink` with `LinkType: "API"` on logo click. Replaces the prior `WPAPIDocsHomepageLinkClicked` event and updates the test accordingly. - Rewrite "Whitepages API" → "Whitepages Pro API" everywhere the product is named in copy, descriptions, page titles, OG metadata, and the llms.txt feed (18 files).
trichardswp
approved these changes
Jun 29, 2026
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
Updates the header chrome and product naming on the API documentation site to reflect the Whitepages Pro API branding throughout.
What changed
Header logo (
src/components/layout/navigation-title.tsx,public/pro_api_logo.svg)public/pro_api_logo.svg— the Whitepages Pro API wordmark with the blue/purple gradient. Reads cleanly on both light and dark backgrounds, so the separate gray/white variants (public/whitepages_gray_icon.svg,public/whitepages_white_icon.svg) are no longer needed and are removed.NavigationTitlesimplifies to a single<Image>rendering the new logo.Header logo destination (
src/lib/layout.shared.tsx)nav.urlnow points athttps://www.whitepages.com/pro-apiso clicking the logo takes users to the Pro API marketing page.Click event (
src/components/layout/whitepages-logo-link.tsx,…test.ts)WPAPIDocsHomepageLinkClickedevent withWPClickedHeaderSiteLink, propertyLinkType: "API"per the new analytics taxonomy.Product name in copy (18 content / metadata files)
"Whitepages API"→"Whitepages Pro API"everywhere the product is named.content/docs/, page titles + OG metadata insrc/app/layout.tsxandsrc/app/og/[...slug]/route.tsx, and thellms.txtfeed.purchasing-api.mdxalready said "Whitepages Pro API" and is unchanged.Verification
validate-wrap just validate— passes/pro-apiand firesWPClickedHeaderSiteLink { LinkType: "API" }.Test plan
https://www.whitepages.com/pro-api.WPClickedHeaderSiteLinkwithLinkType: "API".