Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 07:21:40 +00:00
2 changed files with 12 additions and 28 deletions

View File

@@ -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>
);
}
}

View File

@@ -46,7 +46,7 @@ export default function HomePage() {
<NavbarLayoutFloatingInline
brandName="TOMAN"
navItems={navItems.map((item) => ({ name: item.name, id: item.id }))}
button={{ text: "Sign In", href: "/signin" }}
button={{ text: "Enter TOMAN Now", href: "/signin" }}
animateOnLoad={true}
/>
</div>
@@ -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() {
</div>
</ThemeProvider>
);
}
}