Update src/app/categories/page.tsx

This commit is contained in:
2026-03-20 06:52:24 +00:00
parent f57e645f05
commit eb6d9df591

View File

@@ -124,21 +124,21 @@ export default function CategoriesPage() {
id: "action-1", id: "action-1",
name: "Action Adventure Pro", name: "Action Adventure Pro",
price: "Free", 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", imageAlt: "Action Adventure Pro game",
}, },
{ {
id: "puzzle-1", id: "puzzle-1",
name: "Brain Challenge Master", name: "Brain Challenge Master",
price: "Free", 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", imageAlt: "Brain Challenge Master game",
}, },
{ {
id: "casual-1", id: "casual-1",
name: "Casual Fun Time", name: "Casual Fun Time",
price: "Free", 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", imageAlt: "Casual Fun Time game",
}, },
]} ]}