Add Foqus marketing website#2
Open
ma8642 wants to merge 4 commits into
Open
Conversation
Single-page marketing site to drive Chrome Web Store installs. Covers: hero with animated gradient, problem/differentiator sections, how-it-works flow, persona cards, features list, pricing, privacy/trust, competitor comparison, and footer with CTAs. Brand-consistent: orange/teal palette, Noto Sans Mono, dark mode, reduced-motion support, mobile-responsive, SEO meta tags. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Three distinct visual directions for the marketing site: - Weißraum (/): Pure white gallery, near-monochrome, museum catalog - Bauhaus (/v2): Bold typographic grid, editorial 4/8 layout - Kiez (/v3): Warm minimal, soft cards, Berlin bookshop energy Includes variant picker component for easy switching. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Replace Inter with Sora as the default sans font - Add all candidate fonts to Google Fonts config - Add explicit content paths so Tailwind scans pages/ - Set Sora globally on html/body for reliable inheritance - Add Vite polling workaround for Node 23 IPC issue Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Floating gradient blobs from the design system, applied per section: - Hero: Warm Drift (flame + peach + sand) - Problem section: Night Drift (flame + sage on ink) - Personas section: Night Drift (offset variant) - Features section: Cool Drift (sage + seafoam) - Footer: Subtle warm accent All animations respect prefers-reduced-motion. Opacity kept at 4-8% to whisper, not compete with type. Co-Authored-By: Claude Opus 4.6 (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.
Summary
/website/Sections
Still needed
Test plan
cd website && npm install && npx nuxt dev— verify dev server runsnpx nuxt generate— verify static build succeedsprefers-reduced-motion: reduce🤖 Generated with Claude Code