Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-07 06:20:14 +00:00

View File

@@ -41,8 +41,8 @@ export default function ProfileDashboard() {
title="Saved Designs"
description="Manage your curated collection of AI-generated fashion pieces."
products={[
{ id: "s1", brand: "User", name: "Neon Concept 01", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plastic-foil_23-2148864918.jpg?_wi=1" },
{ id: "s2", brand: "User", name: "Gold Concept 02", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490489.jpg?_wi=1" },
{ id: "s1", brand: "User", name: "Neon Concept 01", price: "Saved", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plastic-foil_23-2148864918.jpg?_wi=1" },
{ id: "s2", brand: "User", name: "Gold Concept 02", price: "Saved", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490489.jpg?_wi=1" },
]}
/>
</div>