diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index 05e4c6d..170e040 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -68,11 +68,11 @@ export default function AccountPage() { icon: Lock, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/abstract-secure-technology-background-with-circuit_52683-28466.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/abstract-secure-technology-background-with-circuit_52683-28466.jpg?_wi=7", imageAlt: "Profile Security", }, { - imageSrc: "http://img.b2bpic.net/free-vector/abstract-secure-technology-background-with-circuit_52683-28466.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/abstract-secure-technology-background-with-circuit_52683-28466.jpg?_wi=8", imageAlt: "Profile Management", }, ], @@ -83,11 +83,11 @@ export default function AccountPage() { icon: Smartphone, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-with-smartphones-indoors_23-2149442475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-with-smartphones-indoors_23-2149442475.jpg?_wi=7", imageAlt: "Gaming Analytics", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-with-smartphones-indoors_23-2149442475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-with-smartphones-indoors_23-2149442475.jpg?_wi=8", imageAlt: "Gaming Statistics", }, ], @@ -149,7 +149,7 @@ export default function AccountPage() {