Skip to content

Commit e45846f

Browse files
committed
Remove solar-powered repeaters section from repeater setup guide
1 parent 87aea98 commit e45846f

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

src/app/guides/repeater-setup/page.tsx

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -411,33 +411,8 @@ set guest.password`}</pre>
411411
</div>
412412
</section>
413413

414-
{/* Solar-Powered Repeaters */}
415-
<section className="px-6 py-16 bg-background-secondary">
416-
<div className="max-w-4xl mx-auto">
417-
<div className="card-mesh p-6 md:p-8">
418-
<div className="flex items-start gap-4">
419-
<div className="flex-shrink-0 w-12 h-12 rounded-lg bg-sunset-500/10 flex items-center justify-center">
420-
<span className="text-2xl">☀️</span>
421-
</div>
422-
<div>
423-
<h2 className="text-xl font-semibold text-foreground mb-2">Solar-Powered Repeaters</h2>
424-
<p className="text-foreground-muted mb-4">
425-
Building a solar-powered repeater? We have a detailed guide covering panel selection, charge controllers, battery sizing, and weatherproofing.
426-
</p>
427-
<Link href="/blog/solar-powered-repeater-setup" className="text-mesh hover:text-mesh-light inline-flex items-center gap-2 font-medium">
428-
Read the Solar Repeater Guide
429-
<svg className="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
430-
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 8l4 4m0 0l-4 4m4-4H3" />
431-
</svg>
432-
</Link>
433-
</div>
434-
</div>
435-
</div>
436-
</div>
437-
</section>
438-
439414
{/* Owner Info */}
440-
<section className="px-6 py-16">
415+
<section className="px-6 py-16 bg-background-secondary">
441416
<div className="max-w-4xl mx-auto">
442417
<h2 className="text-3xl md:text-4xl font-bold mb-4 text-foreground text-center">
443418
Setting Owner Info

0 commit comments

Comments
 (0)