Skip to content

Commit f63a5a5

Browse files
fix meta
1 parent 250436e commit f63a5a5

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

apps/arkmarket/src/config/homepage.ts

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,40 +63,45 @@ export const CollectionNames = {
6363
[Collections.GOLDEN_TOKEN]: "Golden Token",
6464
[Collections.BLOBERT]: "Blobert",
6565
[Collections.BANNERS]: "Banners",
66-
}
66+
};
6767

6868
interface CollectionDescription {
6969
created: string;
7070
description: string;
7171
}
72+
7273
export const CollectionDescription: Record<string, CollectionDescription> = {
7374
// @ts-expect-error It's ok compiler
7475
[CollectionAddresses[Collections.REALMS][ChainId.SN_MAIN]]: {
7576
created: "2023",
76-
description: "Loot Realms"
77+
description:
78+
"Every Realm has been procedurally generated and is unique down to the language. Each Realm has a map showing the regions, cities, rivers and topography that exist in the world. Each Realm’s rankings will display the number of regions, cities, rivers, and harbors within the Realm. Resource deposits can be found in each realm with varying rarity and there are 50 Wonders spread among the 8000 Realms.",
7779
},
7880
// @ts-expect-error It's ok compiler
7981
[CollectionAddresses[Collections.BEASTS][ChainId.SN_MAIN]]: {
8082
created: "2023",
81-
description: "Beasts from Loot Survivor"
83+
description:
84+
"Beasts from Loot Survivor. Time to find them all. There are roughly 90,000 Loot Survivor beasts to collect. Each beast is unique and comes with its own set of attributes and characteristics. Collectors can explore various regions to discover and capture these beasts, adding them to their growing collection.",
8285
},
8386
// @ts-expect-error It's ok compiler
8487
[CollectionAddresses[Collections.GOLDEN_TOKEN][ChainId.SN_MAIN]]: {
8588
created: "2023",
86-
description: "One free game for ever...."
89+
description:
90+
"One free game for ever.... The Golden Token works with Loot Survivor and offers a free game every day forever.",
8791
},
8892
// @ts-expect-error It's ok compiler
8993
[CollectionAddresses[Collections.BLOBERT][ChainId.SN_MAIN]]: {
9094
created: "2023",
91-
description: "Blobert, squire of the Realms"
95+
description:
96+
"Blobert, squire of the Realms. Snarky blobert has a lot to say. Modeled after the Blobert character from the Realms.",
9297
},
9398
// @ts-expect-error It's ok compiler
9499
[CollectionAddresses[Collections.BANNERS][ChainId.SN_MAIN]]: {
95100
created: "2023",
96-
description: "Golden Token"
101+
description:
102+
"Pixel Banners. These are dynamically user-generated banners that can be customized and added to your collection. Each banner is unique and can be tailored to represent your personal style or the theme of your collection.",
97103
},
98-
}
99-
104+
};
100105

101106
export const homepageConfig = {
102107
mainCarousel: [
@@ -145,7 +150,6 @@ export const homepageConfig = {
145150
itemsCount: 9170,
146151
// floorPrice: 0.12,
147152
},
148-
149153
],
150154
exploreCategory: [
151155
{ name: "Gaming", image: "/collection_categories/gaming.png" },

0 commit comments

Comments
 (0)