From 80cc9728773dd12711f83111a5c86337eccdd8b0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:21:35 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 34 +++++++++------------------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2fae3fd..0ce4381 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +} -- 2.49.1 From 4ec32cbe973e64ed83176660b802391f37108e28 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:21:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00f03ce..b196d21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function HomePage() { ({ name: item.name, id: item.id }))} - button={{ text: "Sign In", href: "/signin" }} + button={{ text: "Enter TOMAN Now", href: "/signin" }} animateOnLoad={true} /> @@ -60,7 +60,7 @@ export default function HomePage() { tagIcon={Lock} tagAnimation="blur-reveal" buttons={[ - { text: "Sign In", href: "/signin" }, + { text: "Enter TOMAN Now", href: "/signin" }, { text: "New Member?", href: "/signup" }, ]} buttonAnimation="slide-up" @@ -294,4 +294,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1