diff --git a/src/lib/sections/Features.svelte b/src/lib/sections/Features.svelte index 5b8ba43..3675055 100644 --- a/src/lib/sections/Features.svelte +++ b/src/lib/sections/Features.svelte @@ -9,7 +9,10 @@
-

{$t('features.title')}

+
+

{$t('features.title')}

+

{$t('features.subtitle')}

+
@@ -78,12 +81,21 @@ pointer-events: none; } + header { + text-align: center; + line-height: 1.5; + width: 80%; + } h1 { color: white; font-size: 2.7rem; + } + + .subtitle { + color: white; + font-size: 1.2rem; text-align: center; - line-height: 1.5; } .cards-container { @@ -127,10 +139,12 @@ color: var(--color-primary); font-size: 0.8rem !important; } + .organic-btn-secondary { font-size: 1.3rem; padding: 30px 90px; } + @media (max-width: 1639px) { .blob { width: 100%; @@ -160,6 +174,10 @@ h1 { font-size: 2.3rem; } + + .subtitle { + font-size: 1rem; + } } @media (max-width: 1033px) { @@ -172,6 +190,10 @@ #features { padding: 20px; } + header { + width: 100%; + } + h1 { font-size: 2rem; } diff --git a/src/lib/translations/en-US/features.json b/src/lib/translations/en-US/features.json index d976842..f250216 100644 --- a/src/lib/translations/en-US/features.json +++ b/src/lib/translations/en-US/features.json @@ -1,5 +1,6 @@ { "title": "The Easiest Way to Preview Embroidery Files", + "subtitle": "Whether you're a hobbyist working on your next DIY project or a professional digitizer reviewing client files, Embroidery Viewer gives you a fast, simple way to preview embroidery designs online—no software, no friction.", "cards": { "fast": { "adjective": "FAST", diff --git a/src/lib/translations/pt-BR/features.json b/src/lib/translations/pt-BR/features.json index 68d3e67..c96761f 100644 --- a/src/lib/translations/pt-BR/features.json +++ b/src/lib/translations/pt-BR/features.json @@ -1,5 +1,6 @@ { "title": "A maneira mais fácil de visualizar arquivos de bordado", + "subtitle": "Seja você um entusiasta trabalhando no seu próximo projeto DIY ou um digitizador profissional revisando arquivos de clientes, o Embroidery Viewer oferece uma forma rápida e simples de visualizar designs de bordado online — sem software, sem complicação.", "cards": { "fast": { "adjective": "RÁPIDO",