fix(frontend): move scroll indicator inside hero section so it anchors correctly
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user