Skip to content

Commit 8a9c9f0

Browse files
Update marketing website with ark, spark and phoenixd funding source info
1 parent 849567a commit 8a9c9f0

6 files changed

Lines changed: 30 additions & 28 deletions

File tree

gh-pages/nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ export default defineNuxtConfig({
1515
{
1616
name: 'description',
1717
content:
18-
'LNbitsBox is plug-and-play LNbits in a box with self-custodial bitcoin use provided by Spark. It provides a simple, self-custodial way to accept Bitcoin payments with the Lightning Network.',
18+
'LNbitsBox is plug-and-play LNbits in a box with self-custodial Lightning funding options including Spark, Phoenixd, and Arkade. It provides a simple way to accept Bitcoin payments while keeping control of your wallet.',
1919
},
2020
{ property: 'og:title', content: 'LNbitsBox' },
2121
{
2222
property: 'og:description',
23-
content: 'LNbitsBox is plug-and-play LNbits in a box with self-custodial bitcoin use provided by Spark. It provides a simple, self-custodial way to accept Bitcoin payments with the Lightning Network.',
23+
content: 'LNbitsBox is plug-and-play LNbits in a box with self-custodial Lightning funding options including Spark, Phoenixd, and Arkade. It provides a simple way to accept Bitcoin payments while keeping control of your wallet.',
2424
},
2525
{ name: 'color-scheme', content: 'light dark' },
2626
{ name: 'theme-color', content: '#f8f8fc', media: '(prefers-color-scheme: light)' },

gh-pages/pages/faqs.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const faqs = [
33
{
44
q: 'What is LNbitsBox?',
5-
a: 'LNbitsBox is a small, ready-to-use device that runs LNbits with a self-custodial Lightning wallet powered by Spark. You plug it in, open the setup page in your browser, create your wallet, and you\'re ready to send and accept Bitcoin payments.',
5+
a: 'LNbitsBox is a small, ready-to-use device that runs LNbits with built-in Lightning funding options including Spark, Phoenixd, and Arkade. You plug it in, open the setup page in your browser, choose your funding source, create your wallet, and you\'re ready to send and accept Bitcoin payments.',
66
},
77
// do i have to to be on the same network to use lnbits and lnbits extensions?
88
{
@@ -19,11 +19,11 @@ const faqs = [
1919
},
2020
{
2121
q: 'Do I control my own funds?',
22-
a: 'Yes. LNbitsBox uses Spark, a self-custodial Bitcoin layer 2. Your wallet keys stay on your device and you can exit to on-chain Bitcoin at any time. No third party ever controls your funds.',
22+
a: 'Yes. LNbitsBox is designed around self-custodial funding sources. Your wallet keys stay on your device, and Spark, Phoenixd, and Arkade all let you run LNbits without handing custody to a third party.',
2323
},
2424
{
25-
q: 'What is Spark?',
26-
a: 'Spark is the Bitcoin layer 2 built into LNbits. It connects your LNbits to the Bitcoin network while keeping you in full control of your wallet. You don\'t need to manage channels or understand how Lightning works — Spark handles that for you.',
25+
q: 'What Lightning wallets does the LNbitsBox support?',
26+
a: 'LNbitsBox supports Spark, Phoenixd, and Arkade out of the box, and you can also connect LNbits to 20+ other funding sources if you want more flexibility later.',
2727
},
2828
{
2929
q: 'Is it suitable for a shop or business?',

gh-pages/pages/how-it-works.vue

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
</div>
100100
</section>
101101

102-
<!-- ── SPARK EXPLANATION ──────────────────────────────────── -->
102+
<!-- ── FUNDING SOURCES ────────────────────────────────────── -->
103103
<section class="px-5 sm:px-8 py-24 border-t border-ln-border">
104104
<div class="max-w-3xl mx-auto text-center">
105105
<div class="w-12 h-12 rounded-xl bg-ln-pink/10 flex items-center justify-center mx-auto mb-6">
@@ -108,18 +108,19 @@
108108
</svg>
109109
</div>
110110
<h2 class="font-display font-bold text-ln-text text-2xl sm:text-3xl tracking-tight mb-6">
111-
Lightning funding with Spark
111+
Choose your Lightning funding source
112112
</h2>
113113
<p class="font-display text-ln-muted text-base sm:text-lg leading-relaxed mb-4">
114-
Spark is the Lightning funding system used by LNbitsBox. It lets LNbits interact
115-
with the Lightning network while you keep control of your wallet.
114+
LNbitsBox supports Spark, Phoenixd, and Arkade so you can choose the Lightning
115+
funding setup that fits how you want to run LNbits.
116116
</p>
117117
<p class="font-display text-ln-muted text-base sm:text-lg leading-relaxed mb-4">
118-
Spark gives you a fully self-custodial Bitcoin experience with the ability to
119-
exit to Bitcoin at any time without relying on a third party.
118+
Spark offers a self-custodial Lightning experience with the ability to exit to
119+
Bitcoin at any time without relying on a third party.
120120
</p>
121121
<p class="font-display text-ln-muted text-base sm:text-lg leading-relaxed">
122-
LNbitsBox comes with Spark L2 for easy self-custodial Lightning payments, with the option to connect to over 20 other funding sources.
122+
Phoenixd keeps things simple with automatic channel management, and Arkade adds
123+
another built-in self-custodial option right out of the box.
123124
</p>
124125
</div>
125126
</section>

gh-pages/pages/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@
145145
What it is
146146
</h2>
147147
<p class="font-display text-ln-muted text-base sm:text-lg leading-relaxed mb-4">
148-
A small device that runs LNbits with a built-in Lightning wallet
149-
powered by Spark. You own it, you control it, and everything stays
150-
with you.
148+
A small device that runs LNbits with built-in Lightning funding options
149+
including Spark, Phoenixd, and Arkade. You own it, you control it,
150+
and everything stays with you.
151151
</p>
152152
</div>
153153

gh-pages/pages/lnbits-for-business.vue

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
</div>
235235
</section>
236236

237-
<!-- ── SPARK ──────────────────────────────────────────────── -->
237+
<!-- ── FUNDING SOURCES ────────────────────────────────────── -->
238238
<section class="px-5 sm:px-8 py-24 border-t border-ln-border">
239239
<div class="max-w-3xl mx-auto text-center">
240240
<div class="w-12 h-12 rounded-xl bg-ln-pink/10 flex items-center justify-center mx-auto mb-6">
@@ -243,18 +243,19 @@
243243
</svg>
244244
</div>
245245
<h2 class="font-display font-bold text-ln-text text-2xl sm:text-3xl tracking-tight mb-6">
246-
Lightning funding with Spark
246+
Funding options for your business
247247
</h2>
248248
<p class="font-display text-ln-muted text-base sm:text-lg leading-relaxed mb-4">
249-
LNbitsBox uses Spark to interact with the Lightning network while you keep control
250-
of your wallet. Designed for simple self-custodial use.
249+
LNbitsBox supports Spark, Phoenixd, and Arkade so you can choose the funding
250+
source that best matches your shop's workflow.
251251
</p>
252252
<p class="font-display text-ln-muted text-base sm:text-lg leading-relaxed mb-4">
253-
Spark gives you a fully self-custodial Bitcoin experience with the ability to
254-
exit to Bitcoin at any time without relying on a third party.
253+
Spark is a strong fit for self-custodial Lightning payments, Phoenixd keeps
254+
liquidity and channels simple, and Arkade gives you another built-in option to run locally.
255255
</p>
256256
<p class="font-display text-ln-muted text-base sm:text-lg leading-relaxed">
257-
LNbitsBox comes with Spark L2 for easy self-custodial Lightning payments, with the option to connect to over 20 other funding sources.
257+
All three are available directly on LNbitsBox, so your business can get started
258+
quickly and still keep control of the wallet behind every payment.
258259
</p>
259260
</div>
260261
</section>

gh-pages/pages/user-guide.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const troubleshootingItems = [
6262
solution: [
6363
'Power off your LNbitsBox and remove the SD card.',
6464
'Reflash it using Raspberry Pi Imager with the latest LNbitsBox release from `https://github.com/lnbits/LNbitsBox/releases/latest`.',
65-
'If you have Recovery Tool backups or your Spark seed phrase, keep those safe before starting.',
65+
'If you have Recovery Tool backups or funding-source seed phrases for Spark, Phoenixd, or Arkade, keep those safe before starting.',
6666
],
6767
},
6868
{
@@ -242,7 +242,7 @@ function toggleTroubleshootingItem(index) {
242242
<li class="flex gap-3">
243243
<span class="w-6 h-6 flex-shrink-0 rounded-lg bg-ln-pink/10 text-ln-pink font-mono text-xs flex items-center justify-center">2</span>
244244
<p class="font-display text-ln-muted text-sm leading-relaxed">
245-
Write down and securely store the seed phrase shown during setup. This backup is
245+
Write down and securely store the seed phrase shown for your chosen funding source during setup. This backup is
246246
critical for recovering access if you lose access to your LNbitsBox.
247247
</p>
248248
</li>
@@ -373,7 +373,7 @@ function toggleTroubleshootingItem(index) {
373373
<li class="flex gap-3">
374374
<span class="w-6 h-6 flex-shrink-0 rounded-lg bg-ln-pink/10 text-ln-pink font-mono text-xs flex items-center justify-center">1</span>
375375
<p class="font-display text-ln-muted text-sm leading-relaxed">
376-
Create an encrypted recovery backup to capture LNbits data, Spark, Ark, and Phoenixd wallet files, tunnel state, and device configuration.
376+
Create an encrypted recovery backup to capture LNbits data, Spark, Arkade, and Phoenixd wallet files, tunnel state, and device configuration.
377377
</p>
378378
</li>
379379
<li class="flex gap-3">
@@ -394,10 +394,10 @@ function toggleTroubleshootingItem(index) {
394394
<div class="grid sm:grid-cols-2 gap-4">
395395
<div class="rounded-2xl border border-ln-pink/20 bg-ln-pink/5 p-5">
396396
<h3 class="font-display font-semibold text-ln-text text-lg mb-2">
397-
Keep your Spark seed phrase too
397+
Keep your funding-source seed phrase too
398398
</h3>
399399
<p class="font-display text-ln-muted text-sm leading-relaxed">
400-
Recovery archives help restore your LNbitsBox, but your Spark seed phrase is still the most important secret for recovering wallet access and funds.
400+
Recovery archives help restore your LNbitsBox, but the seed phrase for your chosen funding source is still the most important secret for recovering wallet access and funds.
401401
</p>
402402
</div>
403403
</div>

0 commit comments

Comments
 (0)