SEO
This commit is contained in:
@@ -25,24 +25,24 @@ const PILL_KEYS = [
|
||||
const PILL_TEXT = {
|
||||
de: [
|
||||
{ title: 'Smarte Erinnerungen', desc: 'Vergiss nie mehr das Gießen – personalisiert für jede Pflanze.' },
|
||||
{ title: 'Diagnose & Hilfe', desc: 'KI erkennt Krankheiten und Schädlinge sofort.' },
|
||||
{ title: 'Gesundheitscheck & Hilfe', desc: 'KI ordnet sichtbare Symptome ein und zeigt mögliche nächste Schritte.' },
|
||||
{ title: 'Standort-Tipps', desc: 'Pflegehinweise basierend auf deinem Klima und Licht.' },
|
||||
],
|
||||
en: [
|
||||
{ title: 'Smart Reminders', desc: 'Never forget watering again – personalized for every plant.' },
|
||||
{ title: 'Diagnosis & Help', desc: 'AI detects diseases and pests instantly.' },
|
||||
{ title: 'Health Check & Help', desc: 'AI assesses visible symptoms and suggests possible next steps.' },
|
||||
{ title: 'Location Tips', desc: 'Care advice based on your climate and light conditions.' },
|
||||
],
|
||||
es: [
|
||||
{ title: 'Recordatorios inteligentes', desc: 'Nunca olvides regar – personalizado para cada planta.' },
|
||||
{ title: 'Diagnóstico y ayuda', desc: 'La IA detecta enfermedades y plagas al instante.' },
|
||||
{ title: 'Chequeo de salud y ayuda', desc: 'La IA evalúa síntomas visibles y propone posibles pasos siguientes.' },
|
||||
{ title: 'Consejos por ubicación', desc: 'Consejos basados en tu clima y condiciones de luz.' },
|
||||
],
|
||||
}
|
||||
|
||||
const CARD_TEXT = {
|
||||
de: {
|
||||
chip1: 'KI Scan', h3a: 'Scan it.', pa: 'Richte die Kamera auf jede Pflanze – GreenLens erkennt sie in Sekundenbruchteilen und liefert alle Infos.',
|
||||
chip1: 'KI Scan', h3a: 'Scan it.', pa: 'Richte die Kamera auf eine Pflanze – GreenLens analysiert das Foto und liefert einen Artvorschlag mit Pflegehinweisen.',
|
||||
chip2: 'Tracking', h3b: 'Track it.', pb: 'Gießplan, Lichtbedarf und Wachstum – alles in einer Timeline.',
|
||||
chip3: 'Sammlung', h3c: 'Grow it.', pc: 'Baue deine digitale Pflanzenbibliothek auf – mit Fotos und Notizen.',
|
||||
altA: 'Person scannt eine Pflanze mit der GreenLens App',
|
||||
@@ -50,7 +50,7 @@ const CARD_TEXT = {
|
||||
altC: 'Pflanzensammlung im Urban Jungle Stil',
|
||||
},
|
||||
en: {
|
||||
chip1: 'AI Scan', h3a: 'Scan it.', pa: 'Point your camera at any plant – GreenLens identifies it in milliseconds and delivers all the info.',
|
||||
chip1: 'AI Scan', h3a: 'Scan it.', pa: 'Point your camera at a plant – GreenLens analyzes the photo and returns a suggested match with care guidance.',
|
||||
chip2: 'Tracking', h3b: 'Track it.', pb: 'Watering schedule, light needs and growth – all in one timeline.',
|
||||
chip3: 'Collection', h3c: 'Grow it.', pc: 'Build your digital plant library – with photos and notes.',
|
||||
altA: 'Person scanning a plant with the GreenLens app',
|
||||
@@ -58,7 +58,7 @@ const CARD_TEXT = {
|
||||
altC: 'Plant collection in urban jungle style',
|
||||
},
|
||||
es: {
|
||||
chip1: 'Escaneo IA', h3a: 'Escanéala.', pa: 'Apunta la cámara a cualquier planta – GreenLens la identifica en milisegundos y entrega toda la información.',
|
||||
chip1: 'Escaneo IA', h3a: 'Escanéala.', pa: 'Apunta la cámara a una planta – GreenLens analiza la foto y devuelve una coincidencia sugerida con consejos de cuidado.',
|
||||
chip2: 'Seguimiento', h3b: 'Monitoréala.', pb: 'Plan de riego, necesidades de luz y crecimiento – todo en una línea de tiempo.',
|
||||
chip3: 'Colección', h3c: 'Hazla crecer.', pc: 'Construye tu biblioteca digital de plantas – con fotos y notas.',
|
||||
altA: 'Persona escaneando una planta con la app GreenLens',
|
||||
|
||||
Reference in New Issue
Block a user