From 09d1c39ec03aa9ac3ebd4df3d9abb9671733f2f3 Mon Sep 17 00:00:00 2001 From: Michele Date: Sun, 1 Feb 2026 13:04:29 +0100 Subject: [PATCH] Fix metadata: title, description, lang - Change title from 'Create Next App' to 'Leopost' - Add proper Italian description - Set html lang to 'it' Co-Authored-By: Claude Opus 4.5 --- src/app/layout.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7fa87e..588139f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,8 +13,11 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: { + default: "Leopost", + template: "%s | Leopost", + }, + description: "Social media manager potenziato dall'AI. Gestisci i tuoi post su multiple piattaforme social.", }; export default function RootLayout({ @@ -23,7 +26,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - +