Copy updates across Home, About, Wallet, Community, Technology - #36
Merged
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…o copy/jay-aug-updates
Merge quantus main
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011o5vpPXd6NvFFj43ZGRUbS
Contributor
Author
|
@dewabisma ready for review |
n13
previously requested changes
Aug 27, 2026
n13
left a comment
There was a problem hiding this comment.
Reviewer model: GPT Sol
Verdict: REQUEST_CHANGES — The new Home CTA sends all eight prefixed locales to the English technology page.
Blocking finding
- P1 — Preserve the locale on the new internal CTA (
website/src/components/features/home/ProblemSection.astro:108):href="/technology"is rendered unchanged in every locale. For example, both/zh-CN/index.htmland/ko-KR/index.htmlcontainhref=/technology, so a click discards the current language even though translated technology pages exist. Import and usegetLocalizedPath, passinggetLocalizedPath(locale, "/technology"), consistent with the navbar, footer, and other localized components.
Validation
git diff --check c923a04...a76c2d5— passed.PUPPETEER_SKIP_DOWNLOAD=true npx --yes bun install --frozen-lockfile— passed.SITE_BASE_URL=http://localhost:3000 npx --yes bun run build— passed (1,406 pages).npx --yes bun run check:seo-meta— passed.npx --yes bun run format:check— reports 15 pre-existing formatting violations. The only touched file it reports issrc/i18n/zh-CN.json; the base is already noncompliant, and Prettier only changes unchanged lines 653–668.
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.
Copy revisions from Jay's docs, with Jangle's and Chris's review notes applied.
Home: hero H1 and subtext, newsletter sub, threat section closer plus new CTA to /technology, ecosystem network card, ticker label to MINERS
About: new mission paragraph
Wallet: hero sub
Community: hero sub, telegram body, headline trimmed to "Get involved."
Technology: closing CTA is now START MINING linking to docs.quantus.com/guides/mining, replacing Explore Network. Built to Scale card switched to third person. The consensus paragraph in Jay's doc was cancelled by Jay and Jangle, so it's not included.
All strings updated across all nine locales.
Not copy:
Home hero subtext restyled to Geist to match the other pages. The mono treatment was failing contrast at 3.50:1, dropping to 2.72:1 over the ASCII layer.
Secondary CTA border and hover fixes. hover:border-content-50 was declared but never generated, so the button had no hover state at all.
ticker.ts and the QTPS constant.
Bisma resolved the upstream merge in sejhere#1. Everything verified after.