Version 3.0.0 Redesign #34

Merged
leomurca merged 20 commits from redesign_all into main 2026-04-24 15:14:30 +00:00
3 changed files with 20 additions and 0 deletions
Showing only changes of commit 2490529f59 - Show all commits

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"
}