feat(web): The Audit Orchestrator hero (4-layer parallax artwork)#163
Open
muraschal wants to merge 1 commit into
Open
feat(web): The Audit Orchestrator hero (4-layer parallax artwork)#163muraschal wants to merge 1 commit into
muraschal wants to merge 1 commit into
Conversation
Replaces the flat grid/aurora hero with a layered orchestrator motif: base atmosphere + structural rig + orchestrator core + emerald signal overlay, stacked with screen blends (isolated) and a radial mask so the motif floats. - web/components/hero-artwork.tsx: HeroArtworkStack — central config (layer order, parallax depth px, blend, opacity), subtle pointer parallax via rAF + translate3d, disabled for touch + prefers-reduced-motion, GPU-friendly. - landing.tsx hero: centered -> 2-column (left text, right artwork) on desktop, stacked + compact on mobile; aurora blob removed (glow now from the artwork). - web/public/hero/*.webp: 4 renders, PNG->webp (~6MB -> 91KB total). typecheck + lint + build green. Preview-first — tuning blend/mask/crop live before merge. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Layered hero artwork — The Audit Orchestrator. Base atmosphere → structural rig → orchestrator core → emerald signal overlay, composited with isolated screen-blends and a radial float mask. Subtle pointer parallax (rAF + translate3d, off for touch + reduced-motion). Hero goes centered → 2-column (left text / right artwork) on desktop, compact-stacked on mobile.
4 renders optimised PNG→webp (~6 MB → 91 KB total). typecheck + lint + build green.
Preview-first — looking to tune blend modes / mask / crop / parallax intensity live on the preview before merging. Central config in
hero-artwork.tsxmakes each a one-line change.