Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-16 03:52:11 +00:00

View File

@@ -21,8 +21,10 @@ export default function LandingPage() {
<HeroBillboardDashboard
title="GameVault Admin Dashboard"
description="Manage your games, packages, and view sales performance all in one place."
background={{ variant: "plain" }}
dashboard={{
title: "Overview", stats: [
title: "Overview",
stats: [
{ title: "Total Games", values: [45, 0, 0], description: "Active titles" },
{ title: "Packages", values: [120, 0, 0], description: "Top-up options" },
{ title: "Sales", values: [8500, 0, 0], valuePrefix: "$", description: "This month" }
@@ -44,10 +46,18 @@ export default function LandingPage() {
description="Track and update your game database and top-up packages in real-time."
features={[
{
tag: "Games", title: "Manage Games", subtitle: "Library Control", description: "Add, edit, or remove game titles and metadata.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg"
tag: "Games",
title: "Manage Games",
subtitle: "Library Control",
description: "Add, edit, or remove game titles and metadata.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg"
},
{
tag: "Packages", title: "Manage Top-ups", subtitle: "Package Pricing", description: "Configure currency packs and pricing strategies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg"
tag: "Packages",
title: "Manage Top-ups",
subtitle: "Package Pricing",
description: "Configure currency packs and pricing strategies.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg"
}
]}
/>
@@ -56,6 +66,9 @@ export default function LandingPage() {
<div id="analytics" data-section="analytics">
<MetricCardEleven
title="Sales Analytics"
description="Review performance metrics"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
{ id: "s1", value: "$12,400", title: "Total Revenue", description: "Revenue this month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg" },