From 70342047264c889535bdc59e85915035f14b4cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Tue, 24 Sep 2024 11:26:25 +0200 Subject: [PATCH 1/3] feat: highlight features of alby account --- frontend/src/screens/ConnectAlbyAccount.tsx | 120 ++++++++++++++++---- 1 file changed, 97 insertions(+), 23 deletions(-) diff --git a/frontend/src/screens/ConnectAlbyAccount.tsx b/frontend/src/screens/ConnectAlbyAccount.tsx index 06548386..570fe96c 100644 --- a/frontend/src/screens/ConnectAlbyAccount.tsx +++ b/frontend/src/screens/ConnectAlbyAccount.tsx @@ -1,32 +1,106 @@ +import { + CreditCard, + DatabaseBackup, + Headphones, + Mail, + PartyPopper, + Zap, +} from "lucide-react"; +import Container from "src/components/Container"; +import TwoColumnLayoutHeader from "src/components/TwoColumnLayoutHeader"; import { LinkButton } from "src/components/ui/button"; +import { + Card, + CardDescription, + CardHeader, + CardTitle, +} from "src/components/ui/card"; export function ConnectAlbyAccount() { return (
-

Connect Your Alby Account

-
- + - -
-

- Your Alby Account gives your hub a lightning address, Nostr address and - zaps, email notifications, fiat topups, priority support, automatic - channel backups, access to podcasting apps & more. -

-
- - Connect now - - - Maybe later - -
+
+ + + + Lightning Address + + Personalized lightning address to receive payments straight into + your Hub + + + + + + + Email Notifications + + Stay updated! Get instant emails about incoming transactions and + important updates. + + + + + + + Encrypted Backups + + Enjoy peace of mind with automated backups of your
+ Alby Hub. +
+
+
+ + + + Fiat Topups + + Top up with fiat and get Bitcoin delivered straight into your{" "} +
+ Alby Hub. +
+
+
+ + + + Podcasting 2.0 + + Support your favorite creators by streaming sats while you enjoy + their content. + + + + + + + and there's more... + + Claim your Nostr address, discover new apps and explore what's + coming next. + + + +
+
+ + Connect now + + + Maybe later + +
+
); } From c87629568e9925d25cece64cbd67db2a7f7a000e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Tue, 24 Sep 2024 17:23:23 +0200 Subject: [PATCH 2/3] fix: update copy --- frontend/src/screens/ConnectAlbyAccount.tsx | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/frontend/src/screens/ConnectAlbyAccount.tsx b/frontend/src/screens/ConnectAlbyAccount.tsx index 570fe96c..379e5490 100644 --- a/frontend/src/screens/ConnectAlbyAccount.tsx +++ b/frontend/src/screens/ConnectAlbyAccount.tsx @@ -30,8 +30,7 @@ export function ConnectAlbyAccount() { Lightning Address - Personalized lightning address to receive payments straight into - your Hub + Personalized lightning address to receive payments @@ -40,8 +39,7 @@ export function ConnectAlbyAccount() { Email Notifications - Stay updated! Get instant emails about incoming transactions and - important updates. + Instant notifications about incoming transactions and more @@ -50,8 +48,7 @@ export function ConnectAlbyAccount() { Encrypted Backups - Enjoy peace of mind with automated backups of your
- Alby Hub. + Enjoy peace of mind with automated backups
@@ -60,9 +57,7 @@ export function ConnectAlbyAccount() { Fiat Topups - Top up with fiat and get Bitcoin delivered straight into your{" "} -
- Alby Hub. + Top up with fiat and get Bitcoin delivered to your Alby Hub
@@ -71,8 +66,7 @@ export function ConnectAlbyAccount() { Podcasting 2.0 - Support your favorite creators by streaming sats while you enjoy - their content. + Support your favorite creators by streaming sats @@ -81,8 +75,7 @@ export function ConnectAlbyAccount() { and there's more... - Claim your Nostr address, discover new apps and explore what's - coming next. + Claim your Nostr address, discover apps, etc From 715231857c34f7533beddb4902ef56f2a2fa3d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Tue, 24 Sep 2024 17:34:11 +0200 Subject: [PATCH 3/3] fix: replace backup with support card --- frontend/src/screens/ConnectAlbyAccount.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/screens/ConnectAlbyAccount.tsx b/frontend/src/screens/ConnectAlbyAccount.tsx index 379e5490..e1e367df 100644 --- a/frontend/src/screens/ConnectAlbyAccount.tsx +++ b/frontend/src/screens/ConnectAlbyAccount.tsx @@ -1,7 +1,7 @@ import { CreditCard, - DatabaseBackup, Headphones, + LifeBuoy, Mail, PartyPopper, Zap, @@ -45,10 +45,10 @@ export function ConnectAlbyAccount() { - - Encrypted Backups + + Support - Enjoy peace of mind with automated backups + Human support via live chat when you need a helping hand