feat: implement SEO-optimized landing pages, sitemap, and updated footer for enhanced site navigation and search visibility.

This commit is contained in:
2026-04-12 12:21:24 +02:00
parent 9480a65864
commit 765eea05f7
11 changed files with 1515 additions and 26 deletions

View File

@@ -34,15 +34,6 @@ export const metadata: Metadata = {
title: 'GreenLens - Plant Identifier and Care Planner',
description: 'Identify plants, get care guidance, and manage your collection with GreenLens.',
},
alternates: {
canonical: '/',
languages: {
de: '/',
en: '/',
es: '/',
'x-default': '/',
},
},
}
export default async function RootLayout({ children }: { children: React.ReactNode }) {