Update src/app/dashboard/user/page.tsx

This commit is contained in:
2026-03-07 06:46:40 +00:00
parent b4fb0fc9d2
commit bfcf0572d4

View File

@@ -65,19 +65,19 @@ export default function UserDashboardPage() {
id: "1",
name: "Midnight Essence",
price: 89.99,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg?_wi=4"
},
{
id: "2",
name: "Golden Rose",
price: 79.99,
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=4"
},
{
id: "3",
name: "Coastal Breeze",
price: 84.99,
imageSrc: "http://img.b2bpic.net/free-vector/tropical-cards-with-golden-splashes_23-2148529990.jpg"
imageSrc: "http://img.b2bpic.net/free-vector/tropical-cards-with-golden-splashes_23-2148529990.jpg?_wi=3"
}
]);