Files
Greenlens/greenlns-landing/lib/seoTemplateCopy.ts
2026-07-10 11:29:04 +02:00

413 lines
14 KiB
TypeScript

import type { Lang } from '@/lib/i18n'
/** Statische, lokalisierte Texte des SEO-Subpage-Templates. */
export interface SeoTemplateCopy {
nav: {
features: string
tech: string
faq: string
how: string
support: string
download: string
}
hero: {
eyebrow: string
ctaPrimary: string
ctaSecondary: string
stat1Title: string
stat1Label: string
stat2Title: string
stat2Label: string
floatTitle: string
floatLabel: string
imageAlt: string
}
advantage: {
eyebrow: string
heading: string
updated: string
}
didYouKnow: {
title: string
items: { title: string; body: string }[]
}
methodology: {
eyebrow: string
title: string
lead: string
steps: { title: string; body: string }[]
}
comparison: {
eyebrow: string
title: string
lead: string
greenlens: string
alternative: string
tipTitle: string
tipBody: string
}
bestFit: {
chooseTag: string
chooseTitle: string
notTag: string
notTitle: string
}
faq: {
title: string
}
related: {
tag: string
title: string
}
footer: {
downloadTag: string
ctaLine1: string
ctaLine2: string
ctaEm: string
ctaBody: string
storeNote: string
supportLabel: string
brandBody: string
productTitle: string
companyTitle: string
legalTitle: string
useCasesTitle: string
germanTitle: string
spanishTitle: string
imprint: string
privacy: string
terms: string
copy: string
}
}
export const seoTemplateCopy: Record<Lang, SeoTemplateCopy> = {
de: {
nav: {
features: 'Funktionen',
tech: 'Technologie',
faq: 'FAQ',
how: 'So funktioniert es',
support: 'Support',
download: 'App laden',
},
hero: {
eyebrow: 'KI-Pflanzenerkennung',
ctaPrimary: 'App laden',
ctaSecondary: 'So funktioniert es',
stat1Title: 'KI-gestützt',
stat1Label: 'Sofortige Analyse',
stat2Title: 'Ganzheitlich',
stat2Label: 'Erkennung & Pflegeplan',
floatTitle: 'Indische Lotosblume',
floatLabel: 'Erkannt in 0,8s',
imageAlt: 'Smartphone scannt eine Lotusblüte',
},
advantage: {
eyebrow: '— Der Vorteil',
heading: 'Mehr als nur Erkennung. Ein ganzheitlicher Ansatz für Pflanzenpflege.',
updated: 'Algorithmen aktualisiert',
},
didYouKnow: {
title: 'Wusstest du schon?',
items: [
{
title: 'Überwässerung ist Todesursache Nr. 1',
body: 'Die meisten Zimmerpflanzen sterben an Wurzelfäule durch zu häufiges Gießen. GreenLens berechnet präzise Trocknungszeiten.',
},
{
title: 'Lichtintensität fällt rasant ab',
body: 'Schon 1 Meter vom Fenster entfernt sinkt die Lichtintensität um 50 %. Pflegehinweise berücksichtigen den Standort.',
},
{
title: 'Pflanzen reinigen die Raumluft',
body: 'Bestimmte Arten können einen Großteil der Schadstoffe aus der Luft filtern. GreenLens hebt luftreinigende Pflanzen hervor.',
},
],
},
methodology: {
eyebrow: '— Die Technologie',
title: 'Unsere Methodik',
lead: 'Wie GreenLens aus einem einfachen Handyfoto eine vollständige botanische Analyse macht.',
steps: [
{
title: 'Bildaufnahme',
body: 'Die hochauflösende Aufnahme analysiert Blattmorphologie, Blattadern und Stängelstruktur. Unscharfe Bilder werden aussortiert.',
},
{
title: 'Merkmals-Extraktion',
body: 'Das neuronale Netz isoliert über 120 spezifische Merkmale und vergleicht sie mit einer umfangreichen botanischen Datenbank.',
},
{
title: 'Diagnose',
body: 'Ein zweiter Durchlauf sucht gezielt nach Verfärbungen, Schädlingsspuren und Welke — basierend auf typischen Krankheiten der jeweiligen Art.',
},
{
title: 'Plan-Erstellung',
body: 'Aus Erkennung und Gesundheitszustand entsteht ein individueller Pflegeplan, angepasst an Standort und Lichtverhältnisse.',
},
],
},
comparison: {
eyebrow: '— Im Vergleich',
title: 'GreenLens vs. einfache Apps',
lead: 'Warum ernsthafte Pflanzenfans auf unsere Plattform statt auf Standard-Erkennungstools setzen: verwertbare Daten statt bloßer Namen.',
greenlens: 'GreenLens',
alternative: 'Einfache Apps',
tipTitle: 'Botanik-Tipp',
tipBody: 'Regelmäßige Pflege ist besser als seltene Intensiv-Pflege. Nutze Erinnerungen für eine gute Routine.',
},
bestFit: {
chooseTag: 'Passt gut',
chooseTitle: 'Wähle GreenLens, wenn:',
notTag: 'Nicht ideal',
notTitle: 'GreenLens ist nicht die richtige Wahl, wenn:',
},
faq: {
title: 'Häufige Fragen',
},
related: {
tag: 'Verwandt',
title: 'Weitere Guides',
},
footer: {
downloadTag: 'Download',
ctaLine1: 'Bereit für',
ctaLine2: 'bessere',
ctaEm: 'Pflanzenpflege?',
ctaBody: 'GreenLens hilft dir beim Erkennen, Verstehen und Pflegen deiner Pflanzen. Bei Fragen erreichst du uns über die Support-Seite.',
storeNote: 'Die App ist in den Stores verfügbar.',
supportLabel: 'Support',
brandBody: 'Die App für Pflanzenfans, die Analyse, Erkennung und Pflege an einem Ort vereint.',
productTitle: 'Produkt',
companyTitle: 'Unternehmen',
legalTitle: 'Rechtliches',
useCasesTitle: 'Use Cases',
germanTitle: 'Pflanzen erkennen',
spanishTitle: 'En español',
imprint: 'Impressum',
privacy: 'Datenschutz',
terms: 'Nutzungsbedingungen',
copy: '© 2026 GreenLens. Alle Rechte vorbehalten.',
},
},
en: {
nav: {
features: 'Features',
tech: 'Technology',
faq: 'FAQ',
how: 'How it works',
support: 'Support',
download: 'Get the App',
},
hero: {
eyebrow: 'AI plant identification',
ctaPrimary: 'Get the App',
ctaSecondary: 'How it works',
stat1Title: 'AI-powered',
stat1Label: 'Instant analysis',
stat2Title: 'Holistic',
stat2Label: 'Identification & care plans',
floatTitle: 'Sacred lotus',
floatLabel: 'Identified in 0.8s',
imageAlt: 'Phone scanning a lotus flower',
},
advantage: {
eyebrow: '— The Advantage',
heading: 'More than identification. A holistic approach to plant care.',
updated: 'Algorithms updated',
},
didYouKnow: {
title: 'Did you know?',
items: [
{
title: 'Overwatering is the #1 cause of death',
body: 'Most houseplants die from root rot caused by overwatering. GreenLens calculates precise drying times.',
},
{
title: 'Light intensity drops fast',
body: 'Light intensity drops by 50% just 1 meter from the window. Care guidance takes placement into account.',
},
{
title: 'Plants purify indoor air',
body: 'Certain species can filter a large share of airborne toxins. GreenLens highlights air-purifying plants.',
},
],
},
methodology: {
eyebrow: '— The Technology',
title: 'Our Methodology',
lead: 'How GreenLens turns a simple phone photo into a complete botanical analysis.',
steps: [
{
title: 'Image Capture',
body: 'High-resolution capture analyzes leaf morphology, veins, and stem structure. Blurry images are discarded to ensure accuracy.',
},
{
title: 'Feature Extraction',
body: 'Our neural network isolates over 120 specific features and matches them against a vast botanical database.',
},
{
title: 'Diagnosis',
body: 'A second pass looks specifically for discoloration, pest traces, and wilting — based on diseases typical for the species.',
},
{
title: 'Plan Generation',
body: 'Identification and health status combine into an individual care plan adapted to local light and placement.',
},
],
},
comparison: {
eyebrow: '— Perspective',
title: 'GreenLens vs. Basic Apps',
lead: 'Why serious plant enthusiasts trust our platform over standard identification tools: actionable data, not just trivia.',
greenlens: 'GreenLens',
alternative: 'Basic apps',
tipTitle: 'Botanical Tip',
tipBody: 'Regular care beats infrequent intensive care. Use reminders to build a good routine.',
},
bestFit: {
chooseTag: 'Best fit',
chooseTitle: 'Choose GreenLens if:',
notTag: 'Not the best fit',
notTitle: 'GreenLens is not the right tool if:',
},
faq: {
title: 'Frequently Asked Questions',
},
related: {
tag: 'Related',
title: 'More guides',
},
footer: {
downloadTag: 'Download',
ctaLine1: 'Ready for',
ctaLine2: 'better',
ctaEm: 'plant care?',
ctaBody: 'GreenLens helps you identify, understand, and care for your plants. Questions? Reach us via the support page.',
storeNote: 'The app is available in the stores.',
supportLabel: 'Support',
brandBody: 'The app for plant lovers that combines analysis, identification, and care in one place.',
productTitle: 'Product',
companyTitle: 'Company',
legalTitle: 'Legal',
useCasesTitle: 'Use Cases',
germanTitle: 'Auf Deutsch',
spanishTitle: 'En español',
imprint: 'Imprint',
privacy: 'Privacy Policy',
terms: 'Terms of Service',
copy: '© 2026 GreenLens. All rights reserved.',
},
},
es: {
nav: {
features: 'Funciones',
tech: 'Tecnología',
faq: 'FAQ',
how: 'Cómo funciona',
support: 'Soporte',
download: 'Descargar la App',
},
hero: {
eyebrow: 'Identificación de plantas por IA',
ctaPrimary: 'Descargar App',
ctaSecondary: 'Cómo funciona',
stat1Title: 'Impulsado por IA',
stat1Label: 'Análisis instantáneo',
stat2Title: 'Holístico',
stat2Label: 'Identificación y planes',
floatTitle: 'Loto sagrado',
floatLabel: 'Identificada en 0,8s',
imageAlt: 'Teléfono escaneando una flor de loto',
},
advantage: {
eyebrow: '— La Ventaja',
heading: 'Más que solo identificación. Un enfoque holístico para el cuidado de las plantas.',
updated: 'Algoritmos actualizados',
},
didYouKnow: {
title: '¿Sabías que?',
items: [
{
title: 'El exceso de riego es la causa n.º 1 de muerte',
body: 'La mayoría de las plantas de interior mueren por pudrición de la raíz debido al exceso de riego. GreenLens calcula tiempos de secado precisos.',
},
{
title: 'La intensidad de la luz disminuye rápidamente',
body: 'La intensidad de la luz disminuye un 50 % a solo 1 metro de la ventana. Los consejos de cuidado tienen en cuenta la ubicación.',
},
{
title: 'Las plantas purifican el aire interior',
body: 'Ciertas especies pueden filtrar gran parte de las toxinas del aire. GreenLens destaca las plantas purificadoras.',
},
],
},
methodology: {
eyebrow: '— La Tecnología',
title: 'Nuestra Metodología',
lead: 'Cómo GreenLens convierte una simple foto de teléfono en un análisis botánico completo.',
steps: [
{
title: 'Captura de Imagen',
body: 'La captura de alta resolución analiza la morfología de las hojas, las venas y la estructura del tallo. Se descartan las imágenes borrosas.',
},
{
title: 'Extracción de Características',
body: 'Nuestra red neuronal aísla más de 120 características específicas y las compara con una enorme base de datos botánica.',
},
{
title: 'Diagnóstico',
body: 'Una segunda pasada busca decoloración, rastros de plagas y marchitamiento, según las enfermedades típicas de cada especie.',
},
{
title: 'Generación de Plan',
body: 'La identificación y el estado de salud se combinan en un plan de cuidado individual adaptado al clima y la luz locales.',
},
],
},
comparison: {
eyebrow: '— Perspectiva',
title: 'GreenLens vs. Apps Básicas',
lead: 'Por qué los entusiastas serios de las plantas confían en nuestra plataforma más que en herramientas estándar: datos procesables, no solo curiosidades.',
greenlens: 'GreenLens',
alternative: 'Apps básicas',
tipTitle: 'Consejo Botánico',
tipBody: 'El cuidado regular es mejor que el cuidado intensivo y poco frecuente. Usa recordatorios para una buena rutina.',
},
bestFit: {
chooseTag: 'Mejor opción',
chooseTitle: 'Elige GreenLens si:',
notTag: 'No es ideal',
notTitle: 'GreenLens no es la herramienta adecuada si:',
},
faq: {
title: 'Preguntas Frecuentes',
},
related: {
tag: 'Relacionado',
title: 'Más guías',
},
footer: {
downloadTag: 'Download',
ctaLine1: '¿Listo para',
ctaLine2: 'un mejor',
ctaEm: 'cuidado de plantas?',
ctaBody: 'GreenLens te ayuda a identificar, comprender y cuidar tus plantas. ¿Preguntas? Contáctanos a través de la página de soporte.',
storeNote: 'La aplicación ya está disponible en las tiendas.',
supportLabel: 'Soporte',
brandBody: 'La app para los amantes de las plantas que combina análisis, identificación y cuidado en un solo lugar.',
productTitle: 'Producto',
companyTitle: 'Empresa',
legalTitle: 'Legal',
useCasesTitle: 'Use Cases',
germanTitle: 'Auf Deutsch',
spanishTitle: 'En español',
imprint: 'Aviso Legal',
privacy: 'Privacidad',
terms: 'Términos de uso',
copy: '© 2026 GreenLens. Todos los derechos reservados.',
},
},
}