fix(frontend): move scroll indicator inside hero section so it anchors correctly

This commit is contained in:
2026-05-29 01:02:43 +02:00
parent 1fd46f3f2a
commit 44b3a6de60

View File

@@ -88,17 +88,16 @@ export function LandingPage() {
Works with Mastodon, Pixelfed & more Works with Mastodon, Pixelfed & more
</div> </div>
</div> </div>
{/* Scroll indicator */}
<div className="absolute bottom-8 left-0 right-0 flex justify-center">
<ChevronDown
className="animate-float-bob text-muted-foreground/60"
size={28}
strokeWidth={1.5}
/>
</div>
</section> </section>
{/* Scroll indicator */}
<div className="absolute bottom-8 left-0 right-0 z-10 flex justify-center">
<ChevronDown
className="animate-float-bob text-muted-foreground/60"
size={28}
strokeWidth={1.5}
/>
</div>
{/* ── Section 2: Features ── */} {/* ── Section 2: Features ── */}
<section className="relative z-10 container mx-auto max-w-3xl px-4 py-16"> <section className="relative z-10 container mx-auto max-w-3xl px-4 py-16">
<p className="text-xs font-semibold uppercase tracking-widest text-muted-foreground text-center mb-2"> <p className="text-xs font-semibold uppercase tracking-widest text-muted-foreground text-center mb-2">