Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wallet): revamped landing page (#476)
* styles: allow paragraph margins in the LegalDisclaimer * feat(Wallet): Hero section (#446) * feat: Hero section * fix: lint * feat: add "Watch demo" play button * fix: control video play * feat: add a bottom gradient over the paused video * styles: fix border-radius on video * feat: temporarily use /wallet-new slug because page path conflct with the current version * feat: move section content back to the .json file * fix: restore CenteredTextBlock * Revert "fix: restore CenteredTextBlock" This reverts commit f6a463b. * feat: chain logos marquee (#450) * chore: update project logos * feat(Wallet): Big cards grid (#448) * feat: Hero section * fix: lint * feat: add "Watch demo" play button * fix: control video play * feat: add a bottom gradient over the paused video * styles: fix border-radius on video * feat: temporarily use /wallet-new slug because page path conflct with the current version * feat: commonCMS/Marquee * feat: generic Card grid * feat: declare content in wallet.json * fix: undo unrelated change * fix: do not render the component without `items` * fix: remove conditional operator * feat(Wallet): Vertical Slide (#449) * feat: Hero section * fix: lint * feat: add "Watch demo" play button * fix: control video play * feat: add a bottom gradient over the paused video * styles: fix border-radius on video * feat: temporarily use /wallet-new slug because page path conflct with the current version * feat: commonCMS/Marquee * feat: generic Card grid * feat: Vertical Slide * feat: display images when clicking the cards * fix: lint * fix: undo unrelated changes * feat: declare VerticalSlide content in wallet.json * styles: mobile styles * fix: extract expression to a variable * feat: gradient stats (#483) * feat(wallet): FeatureCards component (#484) * feat: FeatureCards component * feat: ecosystem projects card * feat: rest of Featured cards * feat: cta to wallet app * Update src/components/Wallet/FeatureCards/index.tsx Co-authored-by: Aaron Cook <aaron@safe.global> * Apply suggestions from code review Co-authored-by: Aaron Cook <aaron@safe.global> --------- Co-authored-by: Aaron Cook <aaron@safe.global> * feat(wallet): Wallet faq (#486) * feat: common FAQ section * feat: import FAQ content from CMS * fix: undo unrelated changes * chore: delete old content sections * feat(wallet): vertical stack (#488) * v1.5.7 * feat: Wallet page Vertical stack * styles: apply styles * styles: adjust title wrapper width * Apply suggestions from code review Co-authored-by: Aaron Cook <aaron@safe.global> --------- Co-authored-by: Aaron Cook <aaron@safe.global> * feat(wallet): centered text blocks (#489) * feat: "subscribe to latest" section * feat: display laptop image * fix: copy changes * style: fix spacing * style: fix Hero spacings * fix: copy typos * feat: scroll based animation (#495) * feat: scroll based animation * feat: scroll based animation in VerticalStack * fix: handle card click * fix: move sticky section to laptop view * fix: ignore TS line for testing * styles(wallet): adjust page styles (#494) * styles: center play button * style: fix logos * style: address comments on sections margins * style: center Watch Demo button * fix: consistent CTA copy * style: increase card padding * fix: stretched images * fix: update starknet logo * feat: replace assets * chore: replace Demo video * feat(wallet): Sign up form (#497) * feat: sign up form * chore: add code to actions * chore: update safe stats fallbacks * chore: add wemb Demo video * chore: abstract `registerEmail` avoid code duplication * chore: replace ts-ignore --------- Co-authored-by: Aaron Cook <aaron@safe.global>
- Loading branch information