Page MenuHomePhabricator

[e.cash] Landing page design updates
ClosedPublic

Authored by johnkuney on Jul 30 2024, 21:46.

Details

Reviewers
Mengerian
Group Reviewers
Restricted Project
Commits
rABCdf44b7b367a8: [e.cash] Landing page design updates
Summary

Refreshing the landing page content and design to provide better calls to action and messaging

Test Plan

preview the site and see if landing page looks good

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

@bot-preview e.cash

Mengerian requested changes to this revision.Jul 31 2024, 21:32
Mengerian added a subscriber: Mengerian.

Overall this looks great!

Just a couple minor comments, I'd simplify the wording for the Staking Rewards portion, make it punchier.

Also, Seems kind of redundant to have both eTokens and NFTs... maybe combine those into one and keep the Subnets item?

web/e.cash/components/homepage-tiles/index.js
18 ↗(On Diff #48941)

Simplify wording

29 ↗(On Diff #48941)

Having both eTokens and NFTs seems redundant.

web/e.cash/pages/index.js
162 ↗(On Diff #48941)

Tail of the build log:

#1 [internal] load build definition from Dockerfile
#1 sha256:40df9c7e8d56ecc331d2c50b5949d72c2bb90af423a0ddb34ac50afaa68198e5
#1 transferring dockerfile: 202B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:2c48ef07d40c4eb9254c708390fcfcf6503c450004ae495a90a44e0d86c11484
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/node:20-buster-slim
#3 sha256:f8cf7e49fd1091f4da5b68f8db13344f00a697ff8e48c6a186c0be6220e6d9c7
#3 DONE 0.3s

#4 [1/5] FROM docker.io/library/node:20-buster-slim@sha256:b5c14e85662c43b8c86a3a88259a34f0071474ad0a029ecb4ec39bbea588b030
#4 sha256:185a68165a30aa3ec0e3d09460b031613553d224ca9687f63258161e94b8d140
#4 DONE 0.0s

#5 [internal] load build context
#5 sha256:1d79dc4d69616ec409c70db29fff78b42452b174170153e9d11fb62a5458f8d3
#5 transferring context: 47.88MB 0.2s done
#5 DONE 0.2s

#8 [4/5] RUN npm ci
#8 sha256:b5a4c3d33b2be855d4df5ceb6df2fbe6de6e9759b21603b79e20eabbd5c71d60
#8 CACHED

#6 [2/5] COPY . .
#6 sha256:6744963811ce93c472890bc06fa6b9ef9dd0f8c3711b1447ae8d75bf9b02eab0
#6 CACHED

#7 [3/5] COPY next.preview.js next.config.js
#7 sha256:b305a8ed95490e68d41aee79a6327ee2cc5e295690b3b62c53fc0cd47b90c52d
#7 CACHED

#9 [5/5] RUN npm run build
#9 sha256:8f76af5f575bae82b06e40a28588db4dbfa206d1b45ac15480823e7d00ffe018
#9 CACHED

#10 exporting to image
#10 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#10 exporting layers done
#10 writing image sha256:7f4ebaeab2b50e010b4de7b5b27c14c3ad8efc25776cff81221beb4bebfde97d
#10 writing image sha256:7f4ebaeab2b50e010b4de7b5b27c14c3ad8efc25776cff81221beb4bebfde97d done
#10 naming to docker.io/library/preview-e.cash-6da114e32 done
#10 DONE 0.0s
docker: Error response from daemon: Conflict. The container name "/preview-e.cash-6da114e32" is already in use by container "a9680d278b2a5769c07518157cb1624edd58274303f9bf2fa777b5c5f250e7d5". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
Build preview-e.cash failed with exit code 125
  • Any way that we can improve the slide in? The border between the animated bg and the plain colour bg doesn't look great.
    image.png (545×3 px, 207 KB)
  • Maybe clean up some of the little "bits" that make the hand look dirty (from the merged of the two images).
    image.png (298×258 px, 105 KB)
  • How about removing the tx fee mention? Simpler is usually better. Low tx fees is hardly a stand-out feature when somebody is comparing across shitcoins.

animation and content tweaks

add ga tag script to head

Some suggested edit to combine eTokens and NFTs into one item, and retain Subnets

web/e.cash/components/homepage-tiles/index.js
23–26 ↗(On Diff #48997)
29–31 ↗(On Diff #48997)

Update eToken/subnet text

This revision is now accepted and ready to land.Aug 2 2024, 21:45
This revision was automatically updated to reflect the committed changes.