diff --git a/src/routes/benvenuto.tsx b/src/routes/benvenuto.tsx index c52bdb6..f6bd902 100644 --- a/src/routes/benvenuto.tsx +++ b/src/routes/benvenuto.tsx @@ -15,12 +15,12 @@ import { impostaGiocatore, resetGiocatore, useGiocatoreCorrente } from "@/lib/us export const Route = createFileRoute("/benvenuto")({ head: () => ({ meta: [ - { title: "Benvenuto — CrAPP DEVELOP" }, + { title: "Benvenuto — CrAPP" }, { name: "description", content: "Accedi e collega il tuo profilo giocatore per iniziare.", }, - { property: "og:title", content: "Benvenuto — CrAPP DEVELOP" }, + { property: "og:title", content: "Benvenuto — CrAPP" }, { property: "og:description", content: "Accedi e collega il tuo profilo giocatore per iniziare.", @@ -95,7 +95,7 @@ function Benvenuto() {