diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index cb91a7b..bd14add 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -43,7 +43,7 @@ export default function DashboardPage() { title="Your Saved Maps" description="Track your progress on your career journey." products={[ - { id: "m1", name: "Data Scientist Path", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg" } + { id: "m1", name: "Data Scientist Path", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=1" } ]} /> @@ -53,7 +53,7 @@ export default function DashboardPage() { layout="section" products={[ { id: "c1", name: "Advanced Python", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg", rating: 5 }, - { id: "c2", name: "React Mastery", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg", rating: 5 }, + { id: "c2", name: "React Mastery", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=2", rating: 5 }, { id: "c3", name: "UI/UX Fundamentals", price: "$39", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0", rating: 5 } ]} />