From 3ee5d0a126ce207501a1b946183c7de0ef3260fa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:12:00 +0000 Subject: [PATCH 1/9] Update src/app/account/page.tsx --- src/app/account/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() {