feat: add upload limits section to landing page#90
Closed
dobby-coder[bot] wants to merge 1 commit into
Closed
Conversation
Introduces a prominent "generous limits" section on the marketing frontpage to communicate PostGuard's 5 GB-per-upload and 15 GB-per- 2-weeks limits as a differentiator against competitors. - New section placed directly below the hero so it is the first thing visitors see after scrolling past the fold. - Large, primary-colored stat cards for "5 GB" and "15 GB". - English and Dutch translations added under `landing.limits`. - Mobile breakpoint collapses the two stats to a single column. Refs #86.
Contributor
|
Competition does 3gb per month on a free tier. Not a few hundred megabytes. Change the wording to reflect this |
This was referenced Apr 23, 2026
Contributor
3 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.
Summary
Adds a prominent "generous file size limits" section to the marketing frontpage, communicating PostGuard's 5 GB-per-upload and 5 GB-per-2-weeks limits as a differentiator against competitors (who typically cap free encrypted file transfers at a few hundred MB).
What changed
src/routes/(marketing)/+page.svelte<section class="limits">placed directly below the hero — so it is the first thing a visitor sees after scrolling past the fold.src/lib/locales/en.jsonandsrc/lib/locales/nl.jsonlanding.limits.*keys for section copy, stat labels, descriptions, and footnote.Numbers
The 5 GB number is hardcoded in the template copy for now, matching issue #86. If #85 lands with that number sourced from env vars, we could wire
VITE_MAX_UPLOAD_SIZEandVITE_ROLLING_LIMITinto this section in a follow-up — but the marketing copy is probably fine to keep decoupled, since the wording would need to change anyway if the numbers change.How to verify
npm run devhttp://localhost:5173/. The new section should appear immediately under the hero (scroll once).Status
Opening as draft because:
Related
Closes #86.
Part of the upload-limits initiative — see also #85 (backend/env config) and #87 (in-app warnings/errors). Per the dobby coordination note, this PR is intentionally standalone (marketing copy only, no code dependency on #85 or cryptify#100).