Merge version_2 into main #2
@@ -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({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
264
src/app/page.tsx
264
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..."}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -140,29 +125,14 @@ export default function HomePage() {
|
||||
<FeatureCardThree
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Adventure Quest Pro",
|
||||
description:
|
||||
"Embark on an epic journey through mystical lands filled with treasures, mysteries, and legendary creatures.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-visually-striking-multiplayer-game-scr-1772732747823-4d5928bf.png?_wi=1",
|
||||
imageAlt: "Adventure Quest Pro gameplay showing magical world with player avatar",
|
||||
},
|
||||
id: "01", title: "Adventure Quest Pro", description:
|
||||
"Embark on an epic journey through mystical lands filled with treasures, mysteries, and legendary creatures.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-visually-striking-multiplayer-game-scr-1772732747823-4d5928bf.png?_wi=1", imageAlt: "Adventure Quest Pro gameplay showing magical world with player avatar"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Multiplayer Battle Arena",
|
||||
description:
|
||||
"Team up with friends in intense 5v5 battles where strategy and skill determine who becomes the ultimate champion.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/an-immersive-puzzle-or-adventure-game-wo-1772732747866-c0c1dd0c.png?_wi=1",
|
||||
imageAlt: "Multiplayer Battle Arena with teams competing in dynamic gameplay",
|
||||
},
|
||||
id: "02", title: "Multiplayer Battle Arena", description:
|
||||
"Team up with friends in intense 5v5 battles where strategy and skill determine who becomes the ultimate champion.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/an-immersive-puzzle-or-adventure-game-wo-1772732747866-c0c1dd0c.png?_wi=1", imageAlt: "Multiplayer Battle Arena with teams competing in dynamic gameplay"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Puzzle Master 2024",
|
||||
description:
|
||||
"Challenge your mind with brain-bending puzzles, creative levels, and mind-blowing solutions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-social-simulation-or-party-game-screen-1772732745861-9bfac196.png?_wi=1",
|
||||
imageAlt: "Puzzle Master 2024 showing colorful puzzle mechanics and gameplay",
|
||||
},
|
||||
id: "03", title: "Puzzle Master 2024", description:
|
||||
"Challenge your mind with brain-bending puzzles, creative levels, and mind-blowing solutions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-social-simulation-or-party-game-screen-1772732745861-9bfac196.png?_wi=1", imageAlt: "Puzzle Master 2024 showing colorful puzzle mechanics and gameplay"},
|
||||
]}
|
||||
title="Featured Games"
|
||||
description="Discover the hottest games created by our amazing community. From intense action to relaxing puzzles, there's something for everyone."
|
||||
@@ -193,24 +163,16 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Create Freely",
|
||||
description: "Build games using our intuitive creation tools without coding experience required.",
|
||||
icon: Palette,
|
||||
title: "Create Freely", description: "Build games using our intuitive creation tools without coding experience required.", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Monetize Games",
|
||||
description: "Earn revenue from your game creations through multiple monetization options.",
|
||||
icon: DollarSign,
|
||||
title: "Monetize Games", description: "Earn revenue from your game creations through multiple monetization options.", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
title: "Global Community",
|
||||
description: "Connect with millions of players and creators from around the world.",
|
||||
icon: Globe,
|
||||
title: "Global Community", description: "Connect with millions of players and creators from around the world.", icon: Globe,
|
||||
},
|
||||
{
|
||||
title: "Advanced Analytics",
|
||||
description: "Track player engagement and optimize your games with detailed insights.",
|
||||
icon: BarChart3,
|
||||
title: "Advanced Analytics", description: "Track player engagement and optimize your games with detailed insights.", icon: BarChart3,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-modern-game-creation-suite-interface-s-1772732745927-0fac7283.png?_wi=1"
|
||||
@@ -227,28 +189,13 @@ export default function HomePage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "studio-pro",
|
||||
name: "GameVerse Studio Pro",
|
||||
price: "Free / $19.99/mo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-modern-game-creation-suite-interface-s-1772732745927-0fac7283.png?_wi=2",
|
||||
imageAlt: "GameVerse Studio Pro - Professional game creation environment",
|
||||
initialQuantity: 1,
|
||||
id: "studio-pro", name: "GameVerse Studio Pro", price: "Free / $19.99/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-modern-game-creation-suite-interface-s-1772732745927-0fac7283.png?_wi=2", imageAlt: "GameVerse Studio Pro - Professional game creation environment", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "asset-library",
|
||||
name: "Premium Asset Library",
|
||||
price: "$9.99/mo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-modern-game-creation-suite-interface-s-1772732745927-0fac7283.png?_wi=3",
|
||||
imageAlt: "Premium Asset Library with thousands of game assets and resources",
|
||||
initialQuantity: 1,
|
||||
id: "asset-library", name: "Premium Asset Library", price: "$9.99/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-modern-game-creation-suite-interface-s-1772732745927-0fac7283.png?_wi=3", imageAlt: "Premium Asset Library with thousands of game assets and resources", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "advanced-physics",
|
||||
name: "Advanced Physics Engine",
|
||||
price: "$14.99/mo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-modern-game-creation-suite-interface-s-1772732745927-0fac7283.png?_wi=4",
|
||||
imageAlt: "Advanced Physics Engine for realistic game mechanics",
|
||||
initialQuantity: 1,
|
||||
id: "advanced-physics", name: "Advanced Physics Engine", price: "$14.99/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-modern-game-creation-suite-interface-s-1772732745927-0fac7283.png?_wi=4", imageAlt: "Advanced Physics Engine for realistic game mechanics", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
title="Powerful Creation Tools"
|
||||
@@ -273,25 +220,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "200M+",
|
||||
description: "Active players worldwide creating unforgettable gaming moments",
|
||||
},
|
||||
id: "1", value: "200M+", description: "Active players worldwide creating unforgettable gaming moments"},
|
||||
{
|
||||
id: "2",
|
||||
value: "7.1M+",
|
||||
description: "Games created by our vibrant community of developers",
|
||||
},
|
||||
id: "2", value: "7.1M+", description: "Games created by our vibrant community of developers"},
|
||||
{
|
||||
id: "3",
|
||||
value: "150+",
|
||||
description: "Countries where GameVerse is bringing people together",
|
||||
},
|
||||
id: "3", value: "150+", description: "Countries where GameVerse is bringing people together"},
|
||||
{
|
||||
id: "4",
|
||||
value: "$2.3B",
|
||||
description: "Total earnings paid to creators for their amazing work",
|
||||
},
|
||||
id: "4", value: "$2.3B", description: "Total earnings paid to creators for their amazing work"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -303,33 +238,13 @@ export default function HomePage() {
|
||||
<TeamCardFive
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Chen",
|
||||
role: "Game Developer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/portrait-of-a-talented-game-creator-in-t-1772732745463-1f912193.png?_wi=1",
|
||||
imageAlt: "Alex Chen - Award-winning game creator",
|
||||
},
|
||||
id: "1", name: "Alex Chen", role: "Game Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/portrait-of-a-talented-game-creator-in-t-1772732745463-1f912193.png?_wi=1", imageAlt: "Alex Chen - Award-winning game creator"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sofia Rodriguez",
|
||||
role: "Game Designer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-successful-indie-game-creator-celebrat-1772732747955-add4d681.png?_wi=1",
|
||||
imageAlt: "Sofia Rodriguez - Creative game designer",
|
||||
},
|
||||
id: "2", name: "Sofia Rodriguez", role: "Game Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-successful-indie-game-creator-celebrat-1772732747955-add4d681.png?_wi=1", imageAlt: "Sofia Rodriguez - Creative game designer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marcus Johnson",
|
||||
role: "Multiplayer Specialist",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-creative-game-designer-at-their-desk-w-1772732745812-7de9c88d.png?_wi=1",
|
||||
imageAlt: "Marcus Johnson - Multiplayer game expert",
|
||||
},
|
||||
id: "3", name: "Marcus Johnson", role: "Multiplayer Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/a-creative-game-designer-at-their-desk-w-1772732745812-7de9c88d.png?_wi=1", imageAlt: "Marcus Johnson - Multiplayer game expert"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma Williams",
|
||||
role: "Indie Game Creator",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/young-passionate-game-creator-showcasing-1772732745697-e499ca2f.png?_wi=1",
|
||||
imageAlt: "Emma Williams - Successful indie developer",
|
||||
},
|
||||
id: "4", name: "Emma Williams", role: "Indie Game Creator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/young-passionate-game-creator-showcasing-1772732745697-e499ca2f.png?_wi=1", imageAlt: "Emma Williams - Successful indie developer"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Featured Creators"
|
||||
@@ -349,59 +264,23 @@ export default function HomePage() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Professional Gamer",
|
||||
company: "E-Sports Team Alpha",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/portrait-of-a-happy-engaged-player-enjoy-1772732744980-e5d8a471.png?_wi=1",
|
||||
imageAlt: "Sarah Mitchell testimonial",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell", role: "Professional Gamer", company: "E-Sports Team Alpha", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/portrait-of-a-happy-engaged-player-enjoy-1772732744980-e5d8a471.png?_wi=1", imageAlt: "Sarah Mitchell testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Park",
|
||||
role: "Game Creator",
|
||||
company: "Indie Studios",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/professional-headshot-of-a-gaming-commun-1772732746026-c04f7d6e.png?_wi=1",
|
||||
imageAlt: "James Park testimonial",
|
||||
},
|
||||
id: "2", name: "James Park", role: "Game Creator", company: "Indie Studios", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/professional-headshot-of-a-gaming-commun-1772732746026-c04f7d6e.png?_wi=1", imageAlt: "James Park testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lisa Chen",
|
||||
role: "Community Manager",
|
||||
company: "GameVerse Community",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/portrait-of-a-dedicated-game-creator-smi-1772732744463-96d7d9d1.png?_wi=1",
|
||||
imageAlt: "Lisa Chen testimonial",
|
||||
},
|
||||
id: "3", name: "Lisa Chen", role: "Community Manager", company: "GameVerse Community", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/portrait-of-a-dedicated-game-creator-smi-1772732744463-96d7d9d1.png?_wi=1", imageAlt: "Lisa Chen testimonial"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Torres",
|
||||
role: "Casual Player",
|
||||
company: "Gaming Enthusiast",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/young-enthusiastic-gamer-showing-joy-and-1772732745354-6f7b0614.png?_wi=1",
|
||||
imageAlt: "David Torres testimonial",
|
||||
},
|
||||
id: "4", name: "David Torres", role: "Casual Player", company: "Gaming Enthusiast", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/young-enthusiastic-gamer-showing-joy-and-1772732745354-6f7b0614.png?_wi=1", imageAlt: "David Torres testimonial"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Nina Patel",
|
||||
role: "Game Developer",
|
||||
company: "Mobile Games Co",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/professional-headshot-of-an-experienced--1772732746043-8a5dbdf7.png",
|
||||
imageAlt: "Nina Patel testimonial",
|
||||
},
|
||||
id: "5", name: "Nina Patel", role: "Game Developer", company: "Mobile Games Co", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/professional-headshot-of-an-experienced--1772732746043-8a5dbdf7.png", imageAlt: "Nina Patel testimonial"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Marcus Lopez",
|
||||
role: "Streamer & Creator",
|
||||
company: "Content Creator Network",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/portrait-of-a-passionate-gaming-communit-1772732745178-6b2ad723.png",
|
||||
imageAlt: "Marcus Lopez testimonial",
|
||||
},
|
||||
id: "6", name: "Marcus Lopez", role: "Streamer & Creator", company: "Content Creator Network", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIoLKsrLFOutF3FKwumh92EWa/portrait-of-a-passionate-gaming-communit-1772732745178-6b2ad723.png", imageAlt: "Marcus Lopez testimonial"},
|
||||
]}
|
||||
title="What Players Say"
|
||||
description="Hear from our community about their amazing experiences on GameVerse."
|
||||
@@ -421,41 +300,23 @@ export default function HomePage() {
|
||||
<FaqDouble
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do I need coding experience to create games?",
|
||||
content:
|
||||
"No! GameVerse Studio Pro is designed for creators of all skill levels. Our visual editor and pre-built components make game creation accessible to everyone. If you want to code, we support that too!",
|
||||
},
|
||||
id: "1", title: "Do I need coding experience to create games?", content:
|
||||
"No! GameVerse Studio Pro is designed for creators of all skill levels. Our visual editor and pre-built components make game creation accessible to everyone. If you want to code, we support that too!"},
|
||||
{
|
||||
id: "2",
|
||||
title: "How can I monetize my game?",
|
||||
content:
|
||||
"You can earn revenue through in-game purchases, advertisements, battle passes, cosmetic items, and direct player support. We handle payment processing while you focus on creating amazing content.",
|
||||
},
|
||||
id: "2", title: "How can I monetize my game?", content:
|
||||
"You can earn revenue through in-game purchases, advertisements, battle passes, cosmetic items, and direct player support. We handle payment processing while you focus on creating amazing content."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What's the player base size?",
|
||||
content:
|
||||
"GameVerse has over 200 million monthly active players across 150+ countries. Your games have access to one of the largest gaming communities globally.",
|
||||
},
|
||||
id: "3", title: "What's the player base size?", content:
|
||||
"GameVerse has over 200 million monthly active players across 150+ countries. Your games have access to one of the largest gaming communities globally."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is there technical support available?",
|
||||
content:
|
||||
"Yes! We offer 24/7 technical support through our help center, community forums, and direct support team. Our documentation and tutorials will help you get started quickly.",
|
||||
},
|
||||
id: "4", title: "Is there technical support available?", content:
|
||||
"Yes! We offer 24/7 technical support through our help center, community forums, and direct support team. Our documentation and tutorials will help you get started quickly."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I collaborate with other creators?",
|
||||
content:
|
||||
"Absolutely! GameVerse supports team projects and collaboration features. You can invite other creators to work on your games, share assets, and split revenue.",
|
||||
},
|
||||
id: "5", title: "Can I collaborate with other creators?", content:
|
||||
"Absolutely! GameVerse supports team projects and collaboration features. You can invite other creators to work on your games, share assets, and split revenue."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What are the system requirements?",
|
||||
content:
|
||||
"GameVerse works on Windows, Mac, Linux, iOS, and Android. Our cloud-based editor works in any modern browser, so you can create games from anywhere.",
|
||||
},
|
||||
id: "6", title: "What are the system requirements?", content:
|
||||
"GameVerse works on Windows, Mac, Linux, iOS, and Android. Our cloud-based editor works in any modern browser, so you can create games from anywhere."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about creating games, playing, and monetizing on GameVerse."
|
||||
@@ -482,7 +343,7 @@ export default function HomePage() {
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Join Community"
|
||||
buttonText="Get Exclusive Creator Tips"
|
||||
termsText="By signing up, you agree to our Terms of Service and Privacy Policy. We'll send you updates about GameVerse features and community events."
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user