Update src/app/admin/page.tsx

This commit is contained in:
2026-03-11 18:45:20 +00:00
parent cf5dd8d7b9
commit e42f0402d5

View File

@@ -86,16 +86,16 @@ export default function AdminDashboard() {
<ProductCardFour
products={[
{
id: "1", name: "Premium Leather Tote", price: "$285", variant: "Black • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/closeup-ornamental-plants-home-decor-female-hand-shop-window_169016-50350.jpg", imageAlt: "premium luxury product shot professional", isFavorited: false
id: "1", name: "Premium Leather Tote", price: "$285", variant: "Black • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/closeup-ornamental-plants-home-decor-female-hand-shop-window_169016-50350.jpg?_wi=2", imageAlt: "premium luxury product shot professional", isFavorited: false
},
{
id: "2", name: "Elegant Silk Scarf", price: "$165", variant: "Ivory • 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409245.jpg", imageAlt: "luxury retail product on display", isFavorited: false
id: "2", name: "Elegant Silk Scarf", price: "$165", variant: "Ivory • 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409245.jpg?_wi=2", imageAlt: "luxury retail product on display", isFavorited: false
},
{
id: "3", name: "Luxury Timepiece", price: "$425", variant: "Stainless Steel • Leather Strap", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-pink-nail-polish_23-2149030370.jpg", imageAlt: "premium luxury store product display", isFavorited: false
id: "3", name: "Luxury Timepiece", price: "$425", variant: "Stainless Steel • Leather Strap", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-pink-nail-polish_23-2149030370.jpg?_wi=2", imageAlt: "premium luxury store product display", isFavorited: false
},
{
id: "4", name: "Gold Pendant Necklace", price: "$345", variant: "Gold • 2 Styles", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", imageAlt: "premium luxury jewelry product display", isFavorited: false
id: "4", name: "Gold Pendant Necklace", price: "$345", variant: "Gold • 2 Styles", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=1", imageAlt: "premium luxury jewelry product display", isFavorited: false
}
]}
title="Product Management"
@@ -134,7 +134,7 @@ export default function AdminDashboard() {
id: "5", name: "Stock Level A", price: "1,250 units", variant: "In Stock • Ready", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg", imageAlt: "inventory stock management", isFavorited: false
},
{
id: "6", name: "Stock Level B", price: "890 units", variant: "Low Stock • Order Soon", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", imageAlt: "low inventory alert", isFavorited: false
id: "6", name: "Stock Level B", price: "890 units", variant: "Low Stock • Order Soon", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=2", imageAlt: "low inventory alert", isFavorited: false
},
{
id: "7", name: "Stock Level C", price: "2,340 units", variant: "High Stock • Optimal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "healthy inventory levels", isFavorited: false