diff --git a/src/app/page.tsx b/src/app/page.tsx index 938ce93..d2dbc52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -87,7 +90,8 @@ export default function LandingPage() { @@ -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" } + ] + } ]} />