feat(marketing): hero backdrop image (replaces video) - #103
Merged
Merged
Conversation
Swap the hero background <video> for an <img>, and ship an on-brand abstract SVG placeholder (ink canvas, gold glow, concentric rings + arc) at public/hero-bg.svg. Drop the unused 4.8MB hero-bg.mp4. Replace the placeholder with a generated 16:9 raster by pointing the src at it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Swaps the hero background video for an image per request. Ships an on-brand abstract SVG placeholder (
public/hero-bg.svg: ink canvas, warm gold glow, concentric rings + sweeping arc, no text) and removes the unused 4.8MBhero-bg.mp4. To use the AI-generated art, save it aspublic/hero-bg.jpgand point the<img src>at it (one line inhero.tsx).Verified: placeholder renders full-bleed behind the dimmed content; typecheck + biome clean.
🤖 Generated with Claude Code