verbesserte Copy
This commit is contained in:
@@ -21,6 +21,8 @@ export interface SeoTemplateCopy {
|
||||
floatTitle: string
|
||||
floatLabel: string
|
||||
imageAlt: string
|
||||
/** Belegbare Vertrauenssignale. Nur Aussagen, die sich auf Produktfakten stützen. */
|
||||
trustChips: string[]
|
||||
}
|
||||
advantage: {
|
||||
eyebrow: string
|
||||
@@ -108,6 +110,11 @@ export const seoTemplateCopy: Record<Lang, SeoTemplateCopy> = {
|
||||
floatTitle: 'Indische Lotosblume',
|
||||
floatLabel: 'Schnell analysiert',
|
||||
imageAlt: 'Smartphone scannt eine Lotusblüte',
|
||||
trustChips: [
|
||||
'Ein Scan gratis, ohne Anmeldung',
|
||||
'Unsichere Ergebnisse prüft ein zweites Modell',
|
||||
'Laut App Store: keine Datenerhebung',
|
||||
],
|
||||
},
|
||||
advantage: {
|
||||
eyebrow: '— Der Vorteil',
|
||||
@@ -233,6 +240,11 @@ export const seoTemplateCopy: Record<Lang, SeoTemplateCopy> = {
|
||||
floatTitle: 'Sacred lotus',
|
||||
floatLabel: 'Analyzed quickly',
|
||||
imageAlt: 'Phone scanning a lotus flower',
|
||||
trustChips: [
|
||||
'One scan free, no account needed',
|
||||
'Uncertain results are re-checked by a second model',
|
||||
'App Store privacy label: no data collected',
|
||||
],
|
||||
},
|
||||
advantage: {
|
||||
eyebrow: '— The Advantage',
|
||||
@@ -358,6 +370,11 @@ export const seoTemplateCopy: Record<Lang, SeoTemplateCopy> = {
|
||||
floatTitle: 'Loto sagrado',
|
||||
floatLabel: 'Analizada rápidamente',
|
||||
imageAlt: 'Teléfono escaneando una flor de loto',
|
||||
trustChips: [
|
||||
'Un escaneo gratis, sin crear cuenta',
|
||||
'Los resultados dudosos los revisa un segundo modelo',
|
||||
'Etiqueta de privacidad de la App Store: no se recogen datos',
|
||||
],
|
||||
},
|
||||
advantage: {
|
||||
eyebrow: '— La Ventaja',
|
||||
|
||||
Reference in New Issue
Block a user