diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx index 3612265..d922dd1 100644 --- a/src/app/categories/page.tsx +++ b/src/app/categories/page.tsx @@ -124,21 +124,21 @@ export default function CategoriesPage() { id: "action-1", name: "Action Adventure Pro", price: "Free", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-warrior-princess_23-2151663248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-warrior-princess_23-2151663248.jpg?_wi=3", imageAlt: "Action Adventure Pro game", }, { id: "puzzle-1", name: "Brain Challenge Master", price: "Free", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-escape-room-invitation_23-2149906790.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-escape-room-invitation_23-2149906790.jpg?_wi=3", imageAlt: "Brain Challenge Master game", }, { id: "casual-1", name: "Casual Fun Time", price: "Free", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-healthy-woman-earphones-listening-music-while-using-smartphone_8353-6938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-healthy-woman-earphones-listening-music-while-using-smartphone_8353-6938.jpg?_wi=3", imageAlt: "Casual Fun Time game", }, ]}