From 0845af6e46dffa1d421fc5e1510ad528746943ce Mon Sep 17 00:00:00 2001 From: akcodez Date: Tue, 18 Jun 2024 16:07:28 -0700 Subject: [PATCH] Update Use Cases page w/ new brands and fixes - New logos, descriptions - Fixes use case responsiveness resolve pr comments rm important Fix Zerpmon filename casing --- about/uses.page.tsx | 54 +++- static/css/devportal2024-v1.css | 2 +- static/img/uses/first-ledger-bot.svg | 26 ++ static/img/uses/futureverse.svg | 15 ++ .../img/uses/lightmode/first-ledger-bot.svg | 11 + static/img/uses/lightmode/moai-finance.svg | 12 + .../img/uses/lightmode/orchestra-finance.svg | 41 +++ static/img/uses/moai-finance.svg | 12 + static/img/uses/orchestra-finance.svg | 46 ++++ static/img/uses/zerpmon.png | Bin 0 -> 20808 bytes static/js/modal.js | 245 ------------------ styles/_pages.scss | 21 ++ styles/_use-cases.scss | 65 ++++- styles/light/_light-theme.scss | 19 +- 14 files changed, 310 insertions(+), 259 deletions(-) create mode 100644 static/img/uses/first-ledger-bot.svg create mode 100755 static/img/uses/futureverse.svg create mode 100644 static/img/uses/lightmode/first-ledger-bot.svg create mode 100644 static/img/uses/lightmode/moai-finance.svg create mode 100644 static/img/uses/lightmode/orchestra-finance.svg create mode 100644 static/img/uses/moai-finance.svg create mode 100644 static/img/uses/orchestra-finance.svg create mode 100644 static/img/uses/zerpmon.png diff --git a/about/uses.page.tsx b/about/uses.page.tsx index 7c6d6c0408..f24c1954c4 100644 --- a/about/uses.page.tsx +++ b/about/uses.page.tsx @@ -36,8 +36,8 @@ const logos = { "xrp-cafe", "xrp-oval", ], - exchanges: ["sologenic_dex", "xpmarket"], - gaming: ["forte", "ledger-city"], + exchanges: ["sologenic_dex", "xpmarket", 'orchestra-finance','moai-finance', 'first-ledger-bot'], + gaming: ["forte", "ledger-city", "futureverse", 'zerpmon'], security: ["anchain"], payments: ["ripple", "supermojo"], cbdc: ["ripple"], @@ -90,6 +90,24 @@ const cardsData = [ category_name: "Gaming", link: "https://forte.io", }, + { + id: "futureverse", + title: "Futureverse", + description: + "Revolutionary AI + metaverse technologies that enable open, scalable, and interoperable apps, games, and experiences.", + category_id: "gaming", + category_name: "Gaming", + link: "https://www.futureverse.com/", + }, + { + id: "zerpmon", + title: "Zerpmon", + description: + "Zerpmon is an original collection of digital collectible creatures that live on the XRPL, with each Zerpmon being a completely unique 1/1. Train and level-up your Zerpmon by taking them on Missions, then Battle other Trainers for XRP, NFTs, massive Tournament prizes, and the glory that comes with becoming the very best.", + category_id: "gaming", + category_name: "Gaming", + link: "https://www.zerpmon.world/", + }, { id: "gatehub", title: "Gatehub", @@ -261,6 +279,33 @@ const cardsData = [ category_name: "Exchanges", link: "https://sologenic.org/", }, + { + id: "orchestra-finance", + title: "Orchestra Finance", + description: + "Orchestra Finance is a first-in-class AMM DEX on the XRP Ledger(XRPL). We provide the quintessential AMM experience, with low fees, speedy transactions, and a user-friendly interface.", + category_id: "exchanges", + category_name: "Exchanges", + link: "https://orchestra.finance/", + }, + { + id: "moai-finance", + title: "Moai Finance", + description: + "Moai Finance is an innovative multi-chain DEX and cross-chain DEX aggregator, strategically positioned within the XRPL ecosystem to harness its untapped liquidity across various side-chains. ", + category_id: "exchanges", + category_name: "Exchanges", + link: "https://moai-finance.xyz/", + }, + { + id: "first-ledger-bot", + title: "First Ledger Bot", + description: + "First Ledger is the fastest way to trade on the xrpl. This tool allows you to trade with speed within a couple of clicks.", + category_id: "exchanges", + category_name: "Exchanges", + link: "https://firstledger.net/", + }, { id: "sologenic-nft", title: "Sologenic NFT", @@ -419,14 +464,14 @@ const uses = [ { id: "exchanges", title: "Exchanges", - number: 2, + number: 5, description: "Build sophisticated exchanges where users can invest and trade crypto and assets such as stocks, ETFs, and commodities.", }, { id: "gaming", title: "Gaming", - number: 2, + number: 4, description: "The XRPL supports gaming at high speed given its reliable throughput, low fees, and sidechain interoperability.", }, @@ -717,7 +762,6 @@ export default function Uses() {