From 6e91bb9bb643346833991da2d75437b4c4f32828 Mon Sep 17 00:00:00 2001 From: Willem Wyndham Date: Thu, 26 Mar 2026 16:54:10 -0400 Subject: [PATCH] Redesign: Minimalist Scaffold Stellar-inspired theme Light #fafafa background, Stellar blue #3b82f6 accent, system font stack, card-based layouts with subtle shadows, pill badges, step indicators. Name displayed as large centered hero text with copyable URL badge. All JS logic preserved unchanged. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../src/pages/new-account/index.astro | 332 ++++++++++++ packages/frontend/src/styles/global.css | 497 ++++++++++++++++++ 2 files changed, 829 insertions(+) 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";