feat: adopt motion-toolkit tagline and Framer Motion branding#78
Merged
Conversation
Make positioning consistent across the site, metadata, social cards and docs. - Canonical tagline "The motion toolkit for React & Next.js" in hero, title.default, OG/Twitter, footer, OG images, llms.txt index and README - Refer to the library as Framer Motion (was "Motion") in user-facing copy - Add SITE_TAGLINE plus Organization.slogan and SoftwareApplication slogan/alternateName to the site JSON-LD - Point lib/seo.ts SITE at the env-driven SITE_URL
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.
What
Locks in one positioning line and makes the library name consistent.
Tagline:
The motion toolkit for React & Next.jsLibrary name: referred to as Framer Motion in user-facing copy (was "Motion").
Changes
lib/seo.ts— newSITE_TAGLINE;SITE_DESCRIPTIONrewritten ("built on Framer Motion and Tailwind");SITEnow points at the env-drivenSITE_URL;Organization.slogan+SoftwareApplication.slogan/alternateNameadded to JSON-LD.app/layout.tsx—title.default, OG, Twitter, OG-alt all use the tagline.components/app/hero.tsx— H1 = tagline; subhead = "Copy-paste animated components built on Framer Motion and Tailwind. Free and open source."app/page.tsx— "Built on Framer Motion."app/opengraph-image.tsx,lib/og.tsx,app/api/og/route.tsx— social card copy.components/app/site-footer.tsx,README.md,CONTRIBUTING.md— tagline / Framer Motion.lib/registry-server.ts— registry index +llms.txtheader description = tagline.Verification
bun run typecheckcleanbun run lintclean (one pre-existing warning, unrelated)Not in this PR (follow-ups discussed)
SEO Phase 2: per-component content depth (overview / when-to-use / props table / accessibility), FAQ schema, sitemap
lastModifiedfrom file mtime.