correzione schermata benvenuto

This commit is contained in:
Ivan Cacciari
2026-08-07 11:41:04 +02:00
parent 647e13d0e5
commit c99f444652
+3 -3
View File
@@ -7,12 +7,12 @@ import { impostaGiocatore, useGiocatoreCorrente } from "@/lib/user-store";
export const Route = createFileRoute("/benvenuto")({
head: () => ({
meta: [
{ title: "Benvenuto — CrAPP TEST" },
{ title: "Benvenuto — CrAPP" },
{
name: "description",
content: "Seleziona il tuo profilo giocatore per iniziare.",
},
{ property: "og:title", content: "Benvenuto — CrAPP TEST" },
{ property: "og:title", content: "Benvenuto — CrAPP" },
{
property: "og:description",
content: "Seleziona il tuo profilo giocatore per iniziare.",
@@ -36,7 +36,7 @@ function Benvenuto() {
<div className="flex min-h-screen flex-col items-center justify-center px-6 py-12">
<TeamLogo className="h-20 w-20" />
<h1 className="mt-6 text-center font-display text-4xl uppercase leading-none">
Benvenuto in CrAPP
Benvenuto in CrAPP TEST
</h1>
<p className="mt-2 text-center text-sm text-muted-foreground">
Seleziona chi sei per personalizzare l'app.