Update src/app/admin/page.tsx
This commit is contained in:
@@ -51,7 +51,7 @@ export default function AdminPage() {
|
||||
{ text: "View Analytics", href: "/admin/analytics" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg?_wi=4"
|
||||
imageAlt="Admin Dashboard"
|
||||
showDimOverlay={false}
|
||||
showBlur={true}
|
||||
@@ -75,7 +75,7 @@ export default function AdminPage() {
|
||||
title: "Add New Pack",
|
||||
subtitle: "Image + Name + Price",
|
||||
description: "Upload pack thumbnail image, set pack name, and pricing in INR. No code required - simple form-based upload interface.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149209590.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149209590.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -83,7 +83,7 @@ export default function AdminPage() {
|
||||
title: "Track Sales",
|
||||
subtitle: "Real-Time Earnings Dashboard",
|
||||
description: "Monitor total sales, earnings, downloads, and customer engagement. View detailed transaction history and revenue reports.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/isolated-esoteric-elements-plants_52683-41840.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/isolated-esoteric-elements-plants_52683-41840.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -91,7 +91,7 @@ export default function AdminPage() {
|
||||
title: "Pack Management",
|
||||
subtitle: "Edit, Update, or Pause Sales",
|
||||
description: "Update pack details, adjust pricing, manage inventory, and control availability without losing sales data.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
@@ -99,7 +99,7 @@ export default function AdminPage() {
|
||||
title: "Direct UPI Transfers",
|
||||
subtitle: "Earnings Go Straight to Your Account",
|
||||
description: "All revenue transfers directly to your registered UPI ID. Automatic settlements, transparent pricing, zero hidden charges.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149209590.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149209590.jpg?_wi=5",
|
||||
},
|
||||
]}
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
|
||||
Reference in New Issue
Block a user