Merge version_1 into main #2
@@ -66,20 +66,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Docker Container Management", description: "View, start, stop, and manage Docker containers running your game instances with real-time status updates and resource monitoring.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/a-visual-representation-of-docker-contai-1772576251517-f449f501.png", imageAlt: "Container Management Interface"},
|
||||
title: "Docker Container Management", description: "View, start, stop, and manage Docker containers running your game instances with real-time status updates and resource monitoring.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/a-visual-representation-of-docker-contai-1772576251517-f449f501.png", imageAlt: "Container Management Interface"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Grafana Integration", description: "Seamlessly integrated Grafana dashboards for comprehensive performance metrics, system monitoring, and custom analytics visualization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/a-grafana-monitoring-dashboard-displayin-1772576251590-54a13540.png", imageAlt: "Grafana Monitoring Dashboard"},
|
||||
title: "Grafana Integration", description: "Seamlessly integrated Grafana dashboards for comprehensive performance metrics, system monitoring, and custom analytics visualization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/a-grafana-monitoring-dashboard-displayin-1772576251590-54a13540.png", imageAlt: "Grafana Monitoring Dashboard"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Database & Redis Search", description: "Advanced search and data management capabilities for your databases and Redis caches with real-time data inspection and modification.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/a-technical-illustration-showing-databas-1772576252587-f3c93a67.png", imageAlt: "Database and Redis Management"},
|
||||
title: "Database & Redis Search", description: "Advanced search and data management capabilities for your databases and Redis caches with real-time data inspection and modification.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/a-technical-illustration-showing-databas-1772576252587-f3c93a67.png", imageAlt: "Database and Redis Management"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Instance Control Panel", description: "Intuitive controls for managing multiple game instances with configuration options, resource allocation, and automated deployment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/a-control-panel-interface-showing-game-i-1772576252519-94839bcd.png", imageAlt: "Instance Control Panel"},
|
||||
title: "Instance Control Panel", description: "Intuitive controls for managing multiple game instances with configuration options, resource allocation, and automated deployment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/a-control-panel-interface-showing-game-i-1772576252519-94839bcd.png", imageAlt: "Instance Control Panel"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,7 +90,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="Enterprise-Grade Infrastructure Management"
|
||||
description={[
|
||||
"GameSync is built for teams who need complete visibility and control over their game server infrastructure. Whether you're managing a handful of instances or hundreds, our platform provides the tools to monitor performance, manage resources, and scale efficiently.", "Designed with DevOps teams and game studios in mind, GameSync integrates seamlessly with your existing Docker, Grafana, and database infrastructure. Monitor metrics that matter, search data intuitively, and make informed decisions about your deployments in real-time.", "Our focus on developer experience means you spend less time wrestling with tools and more time building amazing games. With powerful search capabilities, intuitive controls, and comprehensive monitoring, GameSync becomes the central hub for your infrastructure operations."]}
|
||||
"GameSync is built for teams who need complete visibility and control over their game server infrastructure. Whether you're managing a handful of instances or hundreds, our platform provides the tools to monitor performance, manage resources, and scale efficiently.", "Designed with DevOps teams and game studios in mind, GameSync integrates seamlessly with your existing Docker, Grafana, and database infrastructure. Monitor metrics that matter, search data intuitively, and make informed decisions about your deployments in real-time.", "Our focus on developer experience means you spend less time wrestling with tools and more time building amazing games. With powerful search capabilities, intuitive controls, and comprehensive monitoring, GameSync becomes the central hub for your infrastructure operations."
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Start Free Trial", href: "#contact" }]}
|
||||
showBorder={true}
|
||||
@@ -101,13 +105,17 @@ export default function LandingPage() {
|
||||
tagAnimation="opacity"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "500+", description: "Active game studios managing millions of player instances across global infrastructure."},
|
||||
id: "1", value: "500+", description: "Active game studios managing millions of player instances across global infrastructure."
|
||||
},
|
||||
{
|
||||
id: "2", value: "99.99%", description: "Uptime guarantee with real-time monitoring and instant alerting for critical infrastructure events."},
|
||||
id: "2", value: "99.99%", description: "Uptime guarantee with real-time monitoring and instant alerting for critical infrastructure events."
|
||||
},
|
||||
{
|
||||
id: "3", value: "10M+", description: "Container operations managed daily with sub-millisecond response times and zero data loss."},
|
||||
id: "3", value: "10M+", description: "Container operations managed daily with sub-millisecond response times and zero data loss."
|
||||
},
|
||||
{
|
||||
id: "4", value: "24/7", description: "Professional support team ready to assist with deployment, optimization, and troubleshooting."},
|
||||
id: "4", value: "24/7", description: "Professional support team ready to assist with deployment, optimization, and troubleshooting."
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -123,17 +131,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", handle: "@sarahchen - Studio Director", testimonial: "GameSync transformed how we manage our game servers. The unified dashboard eliminated the need for multiple monitoring tools. Deployment time cut in half.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/professional-headshot-of-a-young-game-st-1772576251024-95fe8099.png", imageAlt: "Sarah Chen"},
|
||||
id: "1", name: "Sarah Chen", handle: "@sarahchen - Studio Director", testimonial: "GameSync transformed how we manage our game servers. The unified dashboard eliminated the need for multiple monitoring tools. Deployment time cut in half.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/professional-headshot-of-a-young-game-st-1772576251024-95fe8099.png", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Rodriguez", handle: "@m_rodriguez - DevOps Lead", testimonial: "The Docker integration is seamless and the Grafana dashboards give us exactly the metrics we need. Support team is incredibly responsive.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/professional-headshot-of-a-backend-engin-1772576250375-8db6318e.png", imageAlt: "Marcus Rodriguez"},
|
||||
id: "2", name: "Marcus Rodriguez", handle: "@m_rodriguez - DevOps Lead", testimonial: "The Docker integration is seamless and the Grafana dashboards give us exactly the metrics we need. Support team is incredibly responsive.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/professional-headshot-of-a-backend-engin-1772576250375-8db6318e.png", imageAlt: "Marcus Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Priya Patel", handle: "@priya_tech - Platform Architect", testimonial: "Real-time data search and instance management from one place. GameSync is the infrastructure management tool we've been waiting for.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/professional-headshot-of-a-platform-arch-1772576251173-3530c621.png", imageAlt: "Priya Patel"},
|
||||
id: "3", name: "Priya Patel", handle: "@priya_tech - Platform Architect", testimonial: "Real-time data search and instance management from one place. GameSync is the infrastructure management tool we've been waiting for.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/professional-headshot-of-a-platform-arch-1772576251173-3530c621.png", imageAlt: "Priya Patel"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Murphy", handle: "@j_murphy - Infrastructure Manager", testimonial: "Scaling our game infrastructure is now effortless with GameSync. The Redis and database search capabilities are incredibly powerful.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/professional-headshot-of-a-devops-lead-f-1772576250337-b35f711c.png", imageAlt: "James Murphy"},
|
||||
id: "4", name: "James Murphy", handle: "@j_murphy - Infrastructure Manager", testimonial: "Scaling our game infrastructure is now effortless with GameSync. The Redis and database search capabilities are incredibly powerful.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/professional-headshot-of-a-devops-lead-f-1772576250337-b35f711c.png", imageAlt: "James Murphy"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Wong", handle: "@lisa_devops - Systems Engineer", testimonial: "Best decision we made for our ops team. Dashboard is intuitive, monitoring is comprehensive, and reliability is exceptional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/professional-headshot-of-a-systems-engin-1772576250363-7583187e.png", imageAlt: "Lisa Wong"},
|
||||
id: "5", name: "Lisa Wong", handle: "@lisa_devops - Systems Engineer", testimonial: "Best decision we made for our ops team. Dashboard is intuitive, monitoring is comprehensive, and reliability is exceptional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/professional-headshot-of-a-systems-engin-1772576250363-7583187e.png", imageAlt: "Lisa Wong"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Alex Thompson", handle: "@alexthompson - Game Ops Manager", testimonial: "From managing 10 to 500 game instances - GameSync scaled with us seamlessly. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/professional-headshot-of-a-game-infrastr-1772576250195-9ede86f4.png", imageAlt: "Alex Thompson"},
|
||||
id: "6", name: "Alex Thompson", handle: "@alexthompson - Game Ops Manager", testimonial: "From managing 10 to 500 game instances - GameSync scaled with us seamlessly. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/professional-headshot-of-a-game-infrastr-1772576250195-9ede86f4.png", imageAlt: "Alex Thompson"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
speed={40}
|
||||
@@ -154,17 +168,23 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How does GameSync integrate with existing Docker infrastructure?", content: "GameSync connects directly to your Docker daemon via standard Docker API. Simply provide your Docker socket connection details during setup, and GameSync automatically discovers and displays all running containers. No agent installation required."},
|
||||
id: "1", title: "How does GameSync integrate with existing Docker infrastructure?", content: "GameSync connects directly to your Docker daemon via standard Docker API. Simply provide your Docker socket connection details during setup, and GameSync automatically discovers and displays all running containers. No agent installation required."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Can I manage instances across multiple Docker hosts?", content: "Yes. GameSync supports multi-host Docker deployments with built-in load balancing and distributed monitoring. Manage instances across different physical servers or cloud providers from a single unified dashboard."},
|
||||
id: "2", title: "Can I manage instances across multiple Docker hosts?", content: "Yes. GameSync supports multi-host Docker deployments with built-in load balancing and distributed monitoring. Manage instances across different physical servers or cloud providers from a single unified dashboard."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What Grafana versions are supported?", content: "GameSync works with Grafana 8.0 and above. We automatically sync dashboards and provide deep integration with alerts, annotations, and custom metrics for real-time infrastructure monitoring."},
|
||||
id: "3", title: "What Grafana versions are supported?", content: "GameSync works with Grafana 8.0 and above. We automatically sync dashboards and provide deep integration with alerts, annotations, and custom metrics for real-time infrastructure monitoring."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How do I search and manage data in Redis and databases?", content: "GameSync provides intuitive search interfaces for Redis keys and database records. Connect your database credentials securely, browse data in real-time, and perform operations like key deletion, value modification, and complex queries."},
|
||||
id: "4", title: "How do I search and manage data in Redis and databases?", content: "GameSync provides intuitive search interfaces for Redis keys and database records. Connect your database credentials securely, browse data in real-time, and perform operations like key deletion, value modification, and complex queries."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Is data secure within GameSync?", content: "All data in transit is encrypted with TLS 1.3. Credentials are stored securely with AES-256 encryption. We offer role-based access control, audit logging, and comply with SOC 2 Type II standards."},
|
||||
id: "5", title: "Is data secure within GameSync?", content: "All data in transit is encrypted with TLS 1.3. Credentials are stored securely with AES-256 encryption. We offer role-based access control, audit logging, and comply with SOC 2 Type II standards."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What kind of support do you offer?", content: "We provide 24/7 email and chat support, comprehensive documentation, video tutorials, and weekly training sessions. Enterprise customers get dedicated account managers and priority support channels."},
|
||||
id: "6", title: "What kind of support do you offer?", content: "We provide 24/7 email and chat support, comprehensive documentation, video tutorials, and weekly training sessions. Enterprise customers get dedicated account managers and priority support channels."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -179,25 +199,25 @@ export default function LandingPage() {
|
||||
{ label: "Dashboard", href: "#instances" },
|
||||
{ label: "Docker Management", href: "#instances" },
|
||||
{ label: "Monitoring", href: "#monitoring" },
|
||||
{ label: "Data Management", href: "#data" },
|
||||
],
|
||||
{ label: "Data Management", href: "#data" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Blog", href: "#blog" },
|
||||
{ label: "Careers", href: "#careers" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#docs" },
|
||||
{ label: "API Reference", href: "#api" },
|
||||
{ label: "Status Page", href: "#status" },
|
||||
{ label: "Support", href: "#support" },
|
||||
],
|
||||
},
|
||||
{ label: "Support", href: "#support" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user