diff --git a/src/routes/[network]/(account)/signup/+page.svelte b/src/routes/[network]/(account)/signup/+page.svelte index ce9f83f2..e85930cc 100644 --- a/src/routes/[network]/(account)/signup/+page.svelte +++ b/src/routes/[network]/(account)/signup/+page.svelte @@ -1,27 +1,121 @@ -
-

Signup

-

Signup Methods:

+ + + +
+

Why do I need a wallet?

+

+ A wallet is your gateway to the blockchain, allowing you to manage your digital assets and + interact with decentralized applications. +

+

Why do I need an account?

+

+ An account on the blockchain is your unique identity, enabling you to perform transactions, + store assets, and participate in the network. +

+
+ + + +
+

Sign Up with {currentWalletType.title}

+

{currentWalletType.description}

+ +

Benefits:

+
    + {#each currentWalletType.benefits as benefit} +
  • {benefit}
  • + {/each} +
-
- {#each signupMethods as method} - - {/each} +

Available Wallets:

+
    + {#each currentWalletType.wallets as wallet} +
  • + +
  • + {/each} +
-
+
diff --git a/src/routes/[network]/(account)/signup/[walletType]/+page.svelte b/src/routes/[network]/(account)/signup/[walletType]/+page.svelte deleted file mode 100644 index 3041fbcf..00000000 --- a/src/routes/[network]/(account)/signup/[walletType]/+page.svelte +++ /dev/null @@ -1,66 +0,0 @@ - - -
-

{currentWalletInfo.title}

-

{currentWalletInfo.description}

- -

Benefits:

- - - -