diff --git a/src/app/page.tsx b/src/app/page.tsx index a2f4077..d7a2815 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }} /> @@ -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" } ]} /> @@ -81,7 +81,7 @@ export default function LandingPage() {