|
|
|
|
@@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
|
|
|
import Tag from "@/tag/Tag";
|
|
|
|
|
|
|
|
|
|
const mulish = Mulish({
|
|
|
|
|
variable: "--font-mulish",
|
|
|
|
|
subsets: ["latin"],
|
|
|
|
|
variable: "--font-mulish", subsets: ["latin"],
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
export const metadata: Metadata = {
|
|
|
|
|
title: "TOMAN - Social Gaming, Fitness & Gang Platform",
|
|
|
|
|
description: "Join TOMAN: A revolutionary platform combining real-time chat, video calls, competitive gaming (Tic-Tac-Toe, Chess, SOS), AI fitness coaching, and gang management. Connect with your crew today.",
|
|
|
|
|
keywords: "gaming platform, fitness app, video calls, multiplayer games, social network, gang management, Tokyo Revengers",
|
|
|
|
|
metadataBase: new URL("https://toman.app"),
|
|
|
|
|
title: "TOMAN - Social Gaming, Fitness & Gang Platform", description: "Join TOMAN: A revolutionary platform combining real-time chat, video calls, competitive gaming (Tic-Tac-Toe, Chess, SOS), AI fitness coaching, and gang management. Connect with your crew today.", keywords: "gaming platform, fitness app, video calls, multiplayer games, social network, gang management, Tokyo Revengers", metadataBase: new URL("https://toman.app"),
|
|
|
|
|
alternates: {
|
|
|
|
|
canonical: "https://toman.app",
|
|
|
|
|
},
|
|
|
|
|
canonical: "https://toman.app"},
|
|
|
|
|
openGraph: {
|
|
|
|
|
title: "TOMAN - Social Gaming & Fitness Platform",
|
|
|
|
|
description: "Connect, compete, and level up with TOMAN. Play games, track fitness with AI coaching, and build your crew.",
|
|
|
|
|
url: "https://toman.app",
|
|
|
|
|
siteName: "TOMAN",
|
|
|
|
|
images: [
|
|
|
|
|
title: "TOMAN - Social Gaming & Fitness Platform", description: "Connect, compete, and level up with TOMAN. Play games, track fitness with AI coaching, and build your crew.", url: "https://toman.app", siteName: "TOMAN", images: [
|
|
|
|
|
{
|
|
|
|
|
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATFDiuFwSrJsAngjXWhWZAgluu/tokyo-revengers-toman-gang-logo-design-w-1772608677756-e1881c03.png",
|
|
|
|
|
alt: "TOMAN Platform Logo",
|
|
|
|
|
},
|
|
|
|
|
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATFDiuFwSrJsAngjXWhWZAgluu/tokyo-revengers-toman-gang-logo-design-w-1772608677756-e1881c03.png", alt: "TOMAN Platform Logo"},
|
|
|
|
|
],
|
|
|
|
|
type: "website",
|
|
|
|
|
},
|
|
|
|
|
type: "website"},
|
|
|
|
|
twitter: {
|
|
|
|
|
card: "summary_large_image",
|
|
|
|
|
title: "TOMAN - Gaming, Fitness & Community",
|
|
|
|
|
description: "Your ultimate platform for gaming, fitness tracking, and crew management",
|
|
|
|
|
images: [
|
|
|
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATFDiuFwSrJsAngjXWhWZAgluu/tokyo-revengers-toman-gang-logo-design-w-1772608677756-e1881c03.png",
|
|
|
|
|
],
|
|
|
|
|
card: "summary_large_image", title: "TOMAN - Gaming, Fitness & Community", description: "Your ultimate platform for gaming, fitness tracking, and crew management", images: [
|
|
|
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATFDiuFwSrJsAngjXWhWZAgluu/tokyo-revengers-toman-gang-logo-design-w-1772608677756-e1881c03.png"],
|
|
|
|
|
},
|
|
|
|
|
robots: {
|
|
|
|
|
index: true,
|
|
|
|
|
@@ -1426,4 +1410,4 @@ export default function RootLayout({
|
|
|
|
|
</ServiceWrapper>
|
|
|
|
|
</html>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|