feat(frontend): redesign homepage and file config form with aurora palette
Rebuild the visual identity from the actual Ombrora mark (violet/cyan aurora blobs) instead of the generic blue/amber scheme, add Bricolage Grotesque and IBM Plex Mono for display and code-like text, and give the hero an animated aurora backdrop, gradient headline, and a format-pair marquee driven by the real registered converters. Rework the file config form: target format and icon size are both chip groups now instead of a native select, and quality/compression sliders get a gradient-filled track, custom thumb, and a mono value pill to match. File type icons are color-coded by family (images/documents/fonts/ebooks) and reused across FileConfigCard, FileCard, and FormatsGrid. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"themeToDark": "Switch to dark mode"
|
||||
},
|
||||
"hero": {
|
||||
"kicker": "Drop. Convert. Done.",
|
||||
"title": "Convert your files online, for free",
|
||||
"subtitle": "Drag and drop your files, pick the output format, download the result. No install, no account.",
|
||||
"dropzoneLabel": "Drag your files here or click to browse",
|
||||
@@ -14,8 +15,9 @@
|
||||
"unsupportedFormat": "Unsupported format"
|
||||
},
|
||||
"quality": {
|
||||
"label": "Quality ({{value}})",
|
||||
"compression": "Compression ({{value}})",
|
||||
"targetFormat": "Convert to",
|
||||
"label": "Quality",
|
||||
"compression": "Compression",
|
||||
"iconSize": "Icon size",
|
||||
"compressPdf": "Compress as JPEG"
|
||||
},
|
||||
@@ -25,10 +27,10 @@
|
||||
},
|
||||
"reassurance": {
|
||||
"title": "Why you can trust us",
|
||||
"autoDelete": "Files deleted automatically after 1h",
|
||||
"autoDelete": "Files deleted automatically after {{value}}h",
|
||||
"noAccount": "No account required",
|
||||
"online": "100% online — nothing to install",
|
||||
"maxSize": "Up to 100MB per file"
|
||||
"maxSize": "Up to {{value}}MB per file"
|
||||
},
|
||||
"formats": {
|
||||
"title": "Supported formats",
|
||||
|
||||
Reference in New Issue
Block a user