diff --git a/web/e.cash/pages/get-ecash.js b/web/e.cash/pages/get-ecash.js index b2d91fad7..b3989e43a 100644 --- a/web/e.cash/pages/get-ecash.js +++ b/web/e.cash/pages/get-ecash.js @@ -1,190 +1,190 @@ // Copyright (c) 2023 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. import Layout from '/components/layout'; import Script from 'next/script'; import Image from 'next/image'; import SubPageHero from '/components/sub-page-hero'; import H3 from '/components/h3'; import { Container, GradientSpacer } from '/components/atoms'; import coinupdown from '/public/animations/coin-up-down.json'; import coinflip from '/public/animations/exchanges-coin-flip.json'; import services from '/public/animations/services.json'; import mining from '/public/animations/mining.json'; import staking from '/public/animations/staking.json'; import { DescriptionBox, ImgCtn, TilesOuterCtn, TitleBox, Tile, TileImgCtn, BlankTile, - MiningSectionCtn, - MiningImg, + ImageTextCtn, + SectionImg, SwapZoneCtn, } from '/styles/pages/get-ecash.js'; import AnimateImage from '/components/animate-image'; import { getScoreCardData } from '/data/scores.js'; import Button from '/components/button'; function TileSection({ title, items, children }) { return ( <> {title} {children} {items.map((item, index) => { if (item === '') { return ; } else { const logoSrc = Array.isArray(item.attributes.logo.data) ? item.attributes.logo.data[0].attributes : item.attributes.logo.data.attributes; return ( {item.attributes.name} ); } })} ); } function GetEcash(props) { return (

Get started today by getting your first eCash. It’s simple and there are several ways to do it. You can find out how below.

eCash is currently listed on most major exchanges under the XEC ticker.

Swap your crypto into XEC quickly with the Swapzone aggregator or chose your preferred instant exchange from the list below.

Check out eCash service partners.

- +

eCash is also available through mining, to learn more join our ever expanding community of miners.

- + - -
- + + +

Stakers power eCash's Avalanche consensus system, and earn staking rewards in return.

- + - -
+ +