Skip to content

Commit 4b82c38

Browse files
Updated website imagery for new case
1 parent cc879fd commit 4b82c38

10 files changed

Lines changed: 17 additions & 3 deletions
-112 KB
Binary file not shown.
7.2 KB
Loading
1.29 MB
Loading

gh-pages/assets/img/in-the-box.jpg

6.68 KB
Loading

gh-pages/assets/img/in-the-box.png

1.53 MB
Loading
5.81 KB
Loading
-1.43 MB
Binary file not shown.
1.97 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
Plug LNbitsBox into power and your router (or Wi-Fi). That's all the hardware setup there is.
3636
</p>
3737
</div>
38-
<img src="~/assets/img/how-it-works-plugin.jpg" alt="" title=""
38+
<img src="~/assets/img/how-it-works-plugin.png" alt="" title=""
3939
class="rounded-2xl border-2 border-ln-border bg-ln-card/60 flex flex-col items-center justify-center gap-3 overflow-hidden"
4040
/>
4141
</div>

gh-pages/pages/index.vue

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<!-- Hero image -->
5757
<div class="rounded-2xl overflow-hidden border border-ln-border max-w-3xl">
5858
<img
59-
src="~/assets/img/lnbits-box-on-desk.png"
59+
src="~/assets/img/lnbits-box-on-desk.jpg"
6060
alt="LNbitsBox device on a desk"
6161
title="LNbitsBox — clean product photo in a friendly home setting"
6262
class="w-full h-auto"
@@ -77,7 +77,7 @@
7777
Everything you need for self-custodial Lightning payments, in one small box.
7878
</p>
7979

80-
<div class="grid sm:grid-cols-3 gap-6">
80+
<div class="grid md:grid-cols-2 xl:grid-cols-4 gap-6">
8181

8282
<!-- Simple -->
8383
<div class="bg-ln-card border border-ln-border rounded-2xl p-8 hover:border-ln-pink/20 transition-colors duration-200">
@@ -118,6 +118,20 @@
118118
</p>
119119
</div>
120120

121+
<!-- Backup & Recovery -->
122+
<div class="bg-ln-card border border-ln-border rounded-2xl p-8 hover:border-ln-pink/20 transition-colors duration-200">
123+
<div class="w-12 h-12 rounded-xl bg-ln-pink/10 flex items-center justify-center mb-5">
124+
<svg class="w-6 h-6 text-ln-pink" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
125+
<path stroke-linecap="round" stroke-linejoin="round" d="M12 3l7 3v5c0 5-3.4 8.3-7 10-3.6-1.7-7-5-7-10V6l7-3Z" />
126+
<path stroke-linecap="round" stroke-linejoin="round" d="M9.5 12l1.7 1.7 3.3-3.7" />
127+
</svg>
128+
</div>
129+
<h3 class="font-display font-semibold text-ln-text text-lg mb-3">Backup &amp; Recovery</h3>
130+
<p class="font-display text-ln-muted text-sm leading-relaxed">
131+
Create encrypted backups, check them before restoring, and schedule regular recovery snapshots from the admin panel.
132+
</p>
133+
</div>
134+
121135
</div>
122136
</div>
123137
</section>

0 commit comments

Comments
 (0)