Merge version_2 into main #5

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

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
sidebarItems: [{ icon: Gamepad2, active: true }, { icon: Package }, { icon: TrendingUp }],
buttons: [{ text: "Export Report", href: "#" }],
listItems: [{ icon: BarChart3, title: "Recent Sales", status: "Completed" }],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?_wi=1"
}}
/>
</div>
@@ -50,14 +50,14 @@ export default function LandingPage() {
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"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?_wi=2"
},
{
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"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?_wi=3"
}
]}
/>
@@ -71,9 +71,9 @@ export default function LandingPage() {
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" },
{ id: "s2", value: "2,300", title: "Packages Sold", description: "Total volume", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg" },
{ id: "s3", value: "480", title: "New Users", description: "Monthly growth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg" }
{ 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?_wi=4" },
{ id: "s2", value: "2,300", title: "Packages Sold", description: "Total volume", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?_wi=5" },
{ id: "s3", value: "480", title: "New Users", description: "Monthly growth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?_wi=6" }
]}
/>
</div>
@@ -81,7 +81,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="GameVault"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?_wi=7"
columns={[
{ title: "Admin", items: [{ label: "Settings", href: "#" }] },
{ title: "Reports", items: [{ label: "Download CSV", href: "#" }] }