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 <noreply@anthropic.com>
This commit is contained in:
Michele
2026-02-01 13:04:29 +01:00
parent 94ddfad909
commit 09d1c39ec0

View File

@@ -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 (
<html lang="en">
<html lang="it">
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>