Update src/app/achievements/page.tsx

This commit is contained in:
2026-06-10 08:27:24 +00:00
parent ec4a94e3e1
commit 6bcec58ee1

View File

@@ -49,7 +49,7 @@ const achievementBadgesProducts = [
}, },
{ {
id: "a4", brand: "Impact", name: "Viral Creator", price: "Unlocked", rating: 5, 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, 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, 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"
} }
]; ];