diff --git a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte index c666b536b..dd1a777c1 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte @@ -860,16 +860,12 @@ async function refreshBindings(): Promise { {#snippet body()} -
- -
+

eVault is your sovereign and secure storage. It holds all your data: photos, documents, social media posts, messages to friends, @@ -893,11 +889,12 @@ async function refreshBindings(): Promise { such as official documents, photos, or confirmations from friends and family, so you can prove ownership of your eVault if needed.

- - + />

Why it's important:

Unlike the usual Web 2.0 approach, where platforms make you create diff --git a/infrastructure/eid-wallet/static/images/binding-documents.png b/infrastructure/eid-wallet/static/images/binding-documents.png new file mode 100644 index 000000000..6b7db4970 Binary files /dev/null and b/infrastructure/eid-wallet/static/images/binding-documents.png differ diff --git a/infrastructure/eid-wallet/static/images/eVault-kid-drawing.png b/infrastructure/eid-wallet/static/images/eVault-kid-drawing.png deleted file mode 100644 index 2866298aa..000000000 Binary files a/infrastructure/eid-wallet/static/images/eVault-kid-drawing.png and /dev/null differ diff --git a/infrastructure/eid-wallet/static/images/what-is-evault.png b/infrastructure/eid-wallet/static/images/what-is-evault.png new file mode 100644 index 000000000..76f5713a7 Binary files /dev/null and b/infrastructure/eid-wallet/static/images/what-is-evault.png differ