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 ( - +