From 387ceed5845671448028d4071e0cfe2bb4c2204b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 04:20:39 +0000 Subject: [PATCH] Update src/app/admin/dashboard/page.tsx --- src/app/admin/dashboard/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/admin/dashboard/page.tsx b/src/app/admin/dashboard/page.tsx index 06df6c3..8575571 100644 --- a/src/app/admin/dashboard/page.tsx +++ b/src/app/admin/dashboard/page.tsx @@ -61,32 +61,32 @@ export default function AdminDashboardPage() { carouselItems={[ { id: "carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg?_wi=3", imageAlt: "Premium luxury product showcase", }, { id: "carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/collection-quail-eggs-near-feathers-can_23-2148073846.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/collection-quail-eggs-near-feathers-can_23-2148073846.jpg?_wi=2", imageAlt: "Elegant craftsmanship detail", }, { id: "carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-adult-stylish-looking-modern_1157-3417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-adult-stylish-looking-modern_1157-3417.jpg?_wi=2", imageAlt: "Sophisticated product display", }, { id: "carousel-4", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg?_wi=2", imageAlt: "Premium collection lifestyle", }, { id: "carousel-5", - imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409259.jpg?_wi=2", imageAlt: "Luxury brand experience", }, { id: "carousel-6", - imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-napkin-near-feathers-can_23-2148073847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-napkin-near-feathers-can_23-2148073847.jpg?_wi=2", imageAlt: "Exclusive premium items", }, ]} @@ -114,7 +114,7 @@ export default function AdminDashboardPage() { id: "product-1", name: "Total Sales", price: "$245K", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-golden-textures_23-2149162426.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-golden-textures_23-2149162426.jpg?_wi=4", imageAlt: "Sales metrics dashboard", isFavorited: false, }, @@ -122,7 +122,7 @@ export default function AdminDashboardPage() { id: "product-2", name: "Active Orders", price: "385", - imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg?_wi=6", imageAlt: "Order management system", isFavorited: false, }, @@ -130,7 +130,7 @@ export default function AdminDashboardPage() { id: "product-3", name: "Customer Base", price: "50K+", - imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg?_wi=5", imageAlt: "Customer analytics", isFavorited: false, }, @@ -166,7 +166,7 @@ export default function AdminDashboardPage() { "Real-time stock management across all locations", "Automated low-stock alerts and reordering", ], - imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg?_wi=5", imageAlt: "Inventory management interface", }, { @@ -176,7 +176,7 @@ export default function AdminDashboardPage() { "Detailed performance metrics for each item", "Customer preferences and trend analysis", ], - imageSrc: "http://img.b2bpic.net/free-vector/black-waves-background-with-halftone-effect_23-2148133046.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/black-waves-background-with-halftone-effect_23-2148133046.jpg?_wi=3", imageAlt: "Analytics dashboard", }, { @@ -186,7 +186,7 @@ export default function AdminDashboardPage() { "Bulk editing and product categorization", "Rich media management and optimization", ], - imageSrc: "http://img.b2bpic.net/free-photo/cat-bed-near-books_23-2147888587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cat-bed-near-books_23-2147888587.jpg?_wi=3", imageAlt: "Catalog organization tools", }, ]}