This commit is contained in:
2026-07-10 13:27:29 +02:00
parent 5c48def4e1
commit 53bac4e2b4
35 changed files with 466 additions and 320 deletions

View File

@@ -23,8 +23,14 @@ export const metadata: Metadata = {
type: 'website',
locale: 'es_ES',
},
twitter: {
card: 'summary_large_image',
title: 'GreenLens - Identificar y cuidar plantas',
description:
'Identifica plantas por foto, organiza cuidados, recibe recordatorios y diagnostica síntomas comunes con GreenLens.',
},
}
export default function SpanishHomePage() {
return <Home />
return <Home locale="es" />
}