feat(landing): metrics, marquee, CTA v2 + nav/footer polish (Phase 5.5 finish) - #11
Merged
Merged
Conversation
Completes the Phase 5.5 landing redesign (batches 3-5 consolidated). - Marquee: "Trusted by data teams at" wordmark strip, infinite seamless loop (nvMarquee keyframe + per-item padding so one set = exactly 50%). Static under reduced motion. - Metrics band: 99.99% / 340ms / 1,200+ KPIs that count up on scroll into view (IntersectionObserver, reduced-motion safe); suffix accents from v2 tokens. - CTA v2: glass card with a pulsing glow, "Get started — it's free" + "Talk to sales", disclaimer. - Nav: full links (Product/Customers/Pricing -> section anchors) + brand name; footer v2 (Log in/Sign up/Security/Docs). scroll-padding-top clears the fixed header so anchors land correctly. - Sora: display optional + not preloaded so the LCP h1 paints in the metric- matched fallback (Sora swaps in on the cached visit) — LCP off critical path. - page order: hero -> marquee -> features -> metrics -> cta. Lighthouse mobile: performance 89-90 (LCP intrinsic to the rich hero under slow-4G simulation; CLS 0, TBT ~40-50ms). Landing e2e green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019HXye76z6KXmV7WFirU3sk
7 tasks
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.
Phase 5.5 — landing redesign · finish (batches 3–5 consolidated)
Builds on batches 1–2 (already in develop). Completes the landing v2 per the operator design. Screenshot-gated + approved by Roberto.
What's in this PR
scroll-padding-topclears the fixed header so anchors land correctly. Fixed a brand-name duplication (NovaLogo already carries the wordmark).optional+ not preloaded so the LCP h1 paints in the metric-matched fallback (Sora swaps in on the cached visit) — keeps LCP off the critical path.Scope:
src/app/(marketing)/**only. No auth / proxy / deploy / CI / scripts touched.Verification
tsc --noEmitclean · biome lint clean ·next buildgreen.This is the final landing batch — merging + promoting
develop → mainships the full v2 to production.🤖 Generated with Claude Code