Skip to content

Commit

Permalink
Merge pull request #88 from RayTracedObserver/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
katomm authored Aug 6, 2024
2 parents d5b7efe + a80b284 commit 70dad09
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
4 changes: 2 additions & 2 deletions src/components/Layout/WelcomeHero/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ function WelcomeHero({ title, description }) {
<div className={styles.cta}>
<Link
className={clsx("button button--primary button--lg", styles.button)}
to="/discover-cardano"
to="/where-to-get-ada"
>
Discover Cardano
Where to get Ada?
</Link>
<Link
className={clsx("button button--primary button--lg", styles.button)}
Expand Down
33 changes: 16 additions & 17 deletions src/pages/where-to-get-ada.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ export default function Home() {
<main>

<BackgroundWrapper backgroundType={"zoom"}>
<BoundaryBox>
<Divider text="Receive ada from people around the world" id ="receive"/>
<DottedImageWithText

title="Receive ada"
text={[

"Before receiving or buying ADA, you need to set up a [Cardano wallet](what-is-ada#wallets).", "Once you have a [Cardano wallet](what-is-ada#wallets), all you need to do is share your address to start sending and receiving [ada](what-is-ada) (and other native tokens) peer-to-peer.",
"Some [wallets](what-is-ada#wallets) let you purchase crypto with a debit/credit card, bank transfer, or Apple Pay. Availability depends on your location."

]}
headingDot={true}
/>
</BoundaryBox>


<BoundaryBox>
<Divider text="Buy ada using Exchanges" id="exchanges"/>
<DottedImageWithText
Expand Down Expand Up @@ -112,23 +128,6 @@ export default function Home() {
headingDot={true}
/>
</BoundaryBox>



<BoundaryBox>
<Divider text="Receive ada from people around the world" id ="receive"/>
<DottedImageWithText

title="Receive ada"
text={[

"Once you have a [Cardano wallet](what-is-ada#wallets), all you need to do is share your address to start sending and receiving [ada](what-is-ada) (and other native tokens) peer-to-peer.",
"Some [wallets](what-is-ada#wallets) let you purchase crypto with a debit/credit card, bank transfer, or Apple Pay. Availability depends on your location."

]}
headingDot={true}
/>
</BoundaryBox>



Expand Down

0 comments on commit 70dad09

Please sign in to comment.