diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 5e732ee..9a695d6 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -40,6 +40,7 @@ export default function ProfileDashboard() { gridVariant="four-items-2x2-equal-grid" title="Saved Designs" description="Manage your curated collection of AI-generated fashion pieces." + useInvertedBackground={false} products={[ { 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" },