diff --git a/web/e.cash/pages/core-tech.js b/web/e.cash/pages/core-tech.js index 1061ea4d8..efb23a71b 100644 --- a/web/e.cash/pages/core-tech.js +++ b/web/e.cash/pages/core-tech.js @@ -1,222 +1,208 @@ // 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 SubPageHero from '/components/sub-page-hero'; import H3 from '/components/h3'; import Button from '/components/button'; import { Container, GradientSpacer } from '/components/atoms'; import fist from '/public/animations/fist.json'; import avalanche from '/public/animations/avalanche.json'; import staking from '/public/animations/staking.json'; -import govern from '/public/animations/govern.json'; import etoken from '/public/animations/etoken.json'; import calculate from '/public/animations/calculate.json'; import cashfusion from '/public/animations/cashfusion.json'; import AnimateImage from '/components/animate-image'; import { TextImageBlockCtn, LeftTopArrow, LeftDownArrow, RightTopArrow, RightDownArrow, TextCtn, ImageCtn, ButtonRow, Blob, ContentCtn, } from '/styles/pages/core-tech.js'; /** * Return a styled block for the coretech items * @param {string} title the title of the box to display * @param {array} image the lottie json animation data to display * @param {boolean} reverse defines image animation direction * @param {number} speed defines image animation speed * @param {object} children any children to display in the body * @param {string} id the CSS id used for anchor links */ function TextImageBlock({ title, image, reverse, speed, children, id }) { return (

{children} ); } export default function CoreTech() { return (

Welcome to the next generation of crypto. eCash combines the core tech behind Bitcoin’s success - the same fixed supply, halving schedule, and genesis block - with state of the art crypto tech (Avalanche). eCash is built by Bitcoin ABC, a team of Bitcoin developers established in 2017.

Avalanche is a revolutionary consensus algorithm that enables instant transactions, enhanced security, and fork-free upgrades. Other bitcoin competitors (like Bitcoin Cash) lost significant value from contentious (and seemingly endless) forks.