diff --git a/src/app/homelab/page.tsx b/src/app/homelab/page.tsx
index 6ae318d2..a9fc0443 100644
--- a/src/app/homelab/page.tsx
+++ b/src/app/homelab/page.tsx
@@ -80,7 +80,7 @@ export default function HomelabPage() {
return (
<>
{/* Header */}
-
+
lerkolabs
@@ -90,7 +90,7 @@ export default function HomelabPage() {
Home Infrastructure Lab
-
+
Personal infrastructure environment for learning, self-hosting, and operational
practice. Running 24/7 on production-grade hardware with real network segmentation,
SSO, monitoring, and IaC-style documentation.
@@ -108,7 +108,7 @@ export default function HomelabPage() {
{label}
- {value}
+ {value}
))}
@@ -151,7 +151,7 @@ export default function HomelabPage() {
{v.subnet}
|
-
{v.purpose} |
+
{v.purpose} |
))}
@@ -187,7 +187,7 @@ export default function HomelabPage() {
{svc.name}
-
+
{svc.description}
@@ -213,13 +213,13 @@ export default function HomelabPage() {
key={adr.title}
className="bg-[var(--color-surface)] hover:bg-[var(--color-surface-raised)] px-4 py-4"
>
-
{adr.title}
-
- decision:
+
{adr.title}
+
+ decision:
{adr.decision}
-
- why:
+
+ why:
{adr.why}
@@ -229,8 +229,8 @@ export default function HomelabPage() {
{/* GitHub CTA */}