feat: localize hero section

This commit is contained in:
Leonardo Murça 2026-04-17 11:05:36 -03:00
parent 9b454e0b34
commit 2490529f59
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"title": "Preview your embroidery designs instantly — no software needed",
"description": "Fast, private & no signup required",
"cta": "Try Your Design"
}

View file

@ -127,6 +127,16 @@ const config = {
routes: ['/viewer'],
loader: async () => (await import('./pt-BR/viewer.json')).default,
},
{
locale: SUPPORTED_LOCALES.PT_BR,
key: 'hero',
loader: async () => (await import('./pt-BR/hero.json')).default,
},
{
locale: SUPPORTED_LOCALES.EN_US,
key: 'hero',
loader: async () => (await import('./en-US/hero.json')).default,
},
],
};

View file

@ -0,0 +1,5 @@
{
"title": "Visualize bordados instantaneamente — sem software",
"description": "Rápido, privado & sem necessidade de cadastro.",
"cta": "Teste Agora"
}