diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cc2bd82..c6087fa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,43 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], + variable: "--font-manrope", subsets: ["latin"], }); const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "GameVerse - Create, Play, Share Games | Multiplayer Gaming Platform", - description: "Join 200M+ players on GameVerse. Create your own games without coding, play unlimited multiplayer experiences, and monetize your creations. Start creating today!", - keywords: "multiplayer games, game creation platform, Roblox alternative, create games, gaming platform, indie games, game development", - metadataBase: new URL("https://gameverse.com"), + title: "GameVerse - Create, Play, Share Games | Multiplayer Gaming Platform", description: "Join 200M+ players on GameVerse. Create your own games without coding, play unlimited multiplayer experiences, and monetize your creations. Start creating today!", keywords: "multiplayer games, game creation platform, Roblox alternative, create games, gaming platform, indie games, game development", metadataBase: new URL("https://gameverse.com"), alternates: { - canonical: "https://gameverse.com", - }, + canonical: "https://gameverse.com"}, openGraph: { - title: "GameVerse - The Ultimate Multiplayer Gaming Platform", - description: "Create amazing games, play with millions, and build your gaming empire. Join GameVerse today!", - url: "https://gameverse.com", - siteName: "GameVerse", - type: "website", - images: [ + title: "GameVerse - The Ultimate Multiplayer Gaming Platform", description: "Create amazing games, play with millions, and build your gaming empire. Join GameVerse today!", url: "https://gameverse.com", siteName: "GameVerse", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-vibrant-immersive-3d-gaming-world-show-1772732747362-7c78772d.png", - alt: "GameVerse platform showcase", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-vibrant-immersive-3d-gaming-world-show-1772732747362-7c78772d.png", alt: "GameVerse platform showcase"}, ], }, twitter: { - card: "summary_large_image", - title: "GameVerse - Create & Play Multiplayer Games", - description: "Join 200M+ players creating and playing incredible games on GameVerse", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-vibrant-immersive-3d-gaming-world-show-1772732747362-7c78772d.png", - ], + card: "summary_large_image", title: "GameVerse - Create & Play Multiplayer Games", description: "Join 200M+ players creating and playing incredible games on GameVerse", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-vibrant-immersive-3d-gaming-world-show-1772732747362-7c78772d.png"], }, robots: { index: true, @@ -1434,4 +1417,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 113ef85..4186ada 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,10 +82,8 @@ export default function HomePage() { buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} dashboard={{ - title: "Platform Dashboard", - logoIcon: Gamepad2, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-vibrant-immersive-3d-gaming-world-show-1772732747362-7c78772d.png", - buttons: [ + title: "Platform Dashboard", logoIcon: Gamepad2, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-vibrant-immersive-3d-gaming-world-show-1772732747362-7c78772d.png", buttons: [ { text: "My Games", href: "#games" }, { text: "Create Game", href: "https://create.gameverse.com" }, ], @@ -97,41 +95,28 @@ export default function HomePage() { ], stats: [ { - title: "Active Players", - values: [200000000, 210000000, 225000000], - valuePrefix: "", - valueSuffix: "M+", - description: "Playing right now", - }, + title: "Active Players", values: [200000000, 210000000, 225000000], + valuePrefix: "", valueSuffix: "M+", description: "Playing right now"}, { - title: "Games Created", - values: [5400000, 6200000, 7100000], - valuePrefix: "", - valueSuffix: "M+", - description: "Community creations", - }, + title: "Games Created", values: [5400000, 6200000, 7100000], + valuePrefix: "", valueSuffix: "M+", description: "Community creations"}, { - title: "Community Events", - values: [450, 520, 680], - description: "Monthly events", - }, + title: "Community Events", values: [450, 520, 680], + description: "Monthly events"}, ], - chartTitle: "Player Engagement Trend", - chartData: [ + chartTitle: "Player Engagement Trend", chartData: [ { value: 45 }, { value: 62 }, { value: 78 }, { value: 85 }, { value: 92 }, ], - listTitle: "Top Trending Games", - listItems: [ + listTitle: "Top Trending Games", listItems: [ { icon: Trophy, title: "Adventure Quest Pro", status: "5.2M players" }, { icon: Zap, title: "Multiplayer Battle Arena", status: "3.8M players" }, { icon: Heart, title: "Puzzle Master 2024", status: "2.9M players" }, ], - searchPlaceholder: "Search games, creators, or communities...", - }} + searchPlaceholder: "Search games, creators, or communities..."}} /> @@ -140,29 +125,14 @@ export default function HomePage() { @@ -494,8 +355,7 @@ export default function HomePage() { imageAlt="GameVerse gaming worlds and environments" columns={[ { - title: "Games", - items: [ + title: "Games", items: [ { label: "Discover Games", href: "#games" }, { label: "Top Charts", href: "#games" }, { label: "New Releases", href: "#games" }, @@ -503,8 +363,7 @@ export default function HomePage() { ], }, { - title: "Create", - items: [ + title: "Create", items: [ { label: "Start Creating", href: "https://create.gameverse.com" }, { label: "Documentation", href: "https://docs.gameverse.com" }, { label: "Creator Fund", href: "#" }, @@ -512,8 +371,7 @@ export default function HomePage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Community Hub", href: "#community" }, { label: "Forums", href: "#" }, { label: "Events", href: "#" }, @@ -527,4 +385,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}