diff --git a/packages/frontend/src/pages/new-account/index.astro b/packages/frontend/src/pages/new-account/index.astro index b901d46..f9d4b58 100644 --- a/packages/frontend/src/pages/new-account/index.astro +++ b/packages/frontend/src/pages/new-account/index.astro @@ -3,24 +3,90 @@ import BaseLayout from "../../layouts/BaseLayout.astro"; --- +<<<<<<< ours +<<<<<<< ours + +

Register a passkey and deploy your smart account on-chain. Your passkey is the only key.

+ +
+ Contract + +||||||| ancestor +

Set Up Your Account

+

+ Register a passkey to secure your smart account, then deploy it on-chain. + Your passkey (fingerprint, face, or security key) will be the only way to authorize transactions. +

+ +
+
Account:
+======= +

Set Up Account

+

Register a passkey. Deploy on-chain. Your passkey is the only key. No recovery. No compromise.

+||||||| ancestor +

Set Up Account

+

Register a passkey. Deploy on-chain. Your passkey is the only key. No recovery. No compromise.

+=======

Set Up Your Account

Register a passkey to secure your smart account, then deploy it on-chain. Your passkey (fingerprint, face, or security key) will be the only way to authorize transactions.

+>>>>>>> theirs
+<<<<<<< ours + CONTRACT: +>>>>>>> theirs +||||||| ancestor + CONTRACT: +=======
Account:
+>>>>>>> theirs
+ +
+
+
1
+
Register Passkey
+
+
+
+
2
+
Deploy
+
+
+
+<<<<<<< ours +<<<<<<< ours +

Register Passkey

+

Your browser will prompt you to create a passkey bound to your account.

+||||||| ancestor

1. Register Passkey

Your browser will prompt you to create a passkey. This passkey is bound to your account and will be used to sign all future transactions.

+======= +

01 // Register Passkey

+

Your browser will prompt you to create a passkey bound to your account.

+>>>>>>> theirs +||||||| ancestor +

01 // Register Passkey

+

Your browser will prompt you to create a passkey bound to your account.

+======= +

1. Register Passkey

+

+ Your browser will prompt you to create a passkey. + This passkey is bound to your account and will be used to sign all future transactions. +

+>>>>>>> theirs
@@ -28,7 +94,19 @@ import BaseLayout from "../../layouts/BaseLayout.astro";