diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index cedb552..5e732ee 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -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" }, ]} />