Skip to content

Commit e1c4241

Browse files
committed
refactor(home): remove scroll indicator from hero section
1 parent 28bb6fa commit e1c4241

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/lib/components/home/HeroSection.svelte

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,5 @@
142142
</div>
143143
</div>
144144
</div>
145-
146-
<!-- Scroll indicator -->
147-
<div class="absolute bottom-8 left-1/2 -translate-x-1/2 animate-bounce">
148-
<div class="flex flex-col items-center gap-2">
149-
<span class="font-mono text-xs text-zinc-400">scroll</span>
150-
<div class="h-12 w-6 rounded-full border-2 border-zinc-200">
151-
<div class="mx-auto mt-2 h-2 w-1 animate-pulse rounded-full bg-[#00D372]"></div>
152-
</div>
153-
</div>
154-
</div>
155145
</div>
156146
</section>

0 commit comments

Comments
 (0)