diff --git a/apps/arkmarket/src/config/homepage.ts b/apps/arkmarket/src/config/homepage.ts index af8491f8..b6a70acb 100644 --- a/apps/arkmarket/src/config/homepage.ts +++ b/apps/arkmarket/src/config/homepage.ts @@ -136,15 +136,6 @@ export const homepageConfig = { itemsCount: 1151, // floorPrice: 0.12, }, - { - bannerSrc: "/banners/golden-token.png", - collectionSrc: "/collections/golden-token.png", - name: CollectionNames[Collections.GOLDEN_TOKEN], - description: "One free game for ever....", - address: CollectionAddresses[Collections.GOLDEN_TOKEN][ChainId.SN_MAIN], - itemsCount: 20, - // floorPrice: 0.12, - }, { bannerSrc: "/banners/realms.png", collectionSrc: "/collections/realms.png", @@ -154,15 +145,6 @@ export const homepageConfig = { itemsCount: 3788, // floorPrice: 0.12, }, - { - bannerSrc: "/banners/banners.png", - collectionSrc: "/collections/banners.png", - name: CollectionNames[Collections.BANNERS], - description: "Loot Realms", - address: CollectionAddresses[Collections.BANNERS][ChainId.SN_MAIN], - itemsCount: 9170, - // floorPrice: 0.12, - }, ], exploreCategory: [ { name: "Gaming", image: "/collection_categories/gaming.png" },