From 6bcec58ee1029c61ddfcaad1b35a8205af58f08c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:27:24 +0000 Subject: [PATCH] Update src/app/achievements/page.tsx --- src/app/achievements/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/achievements/page.tsx b/src/app/achievements/page.tsx index 729ba65..dec6cd6 100644 --- a/src/app/achievements/page.tsx +++ b/src/app/achievements/page.tsx @@ -49,7 +49,7 @@ const achievementBadgesProducts = [ }, { id: "a4", brand: "Impact", name: "Viral Creator", price: "Unlocked", rating: 5, - reviewCount: "Influencer", imageSrc: "http://img.b2bpic.net/free-photo/pleased-pretty-caucasian-woman-sitting-table-with-makeup-tools-holding-looking-winner-cup-isolated-purple-wall-with-copy-space_141793-121092.jpg", imageAlt: "Viral Creator Achievement Badge" + reviewCount: "Influencer", imageSrc: "http://img.b2bpic.net/free-photo/pleased-pretty-caucasian-woman-sitting-table-with-makeup-tools-holding-looking-winner-cup-isolated-purple-wall-with-copy-space_141793-121092.jpg?_wi=2", imageAlt: "Viral Creator Achievement Badge" }, { id: "a5", brand: "Community", name: "Community Leader", price: "Unlocked", rating: 5, @@ -57,7 +57,7 @@ const achievementBadgesProducts = [ }, { id: "a6",brand: "Mastery", name: "Skill Tree Master", price: "Unlocked", rating: 5, - reviewCount: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282445.jpg", imageAlt: "Skill Tree Master Achievement" + reviewCount: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282445.jpg?_wi=2", imageAlt: "Skill Tree Master Achievement" } ];