SEO
This commit is contained in:
@@ -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" />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user