Skip to content

Commit db7261b

Browse files
committed
Remove down arrow from hero section
1 parent c657dca commit db7261b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/components/Hero.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -158,21 +158,6 @@ const Hero: React.FC = () => {
158158
</div>
159159
</div>
160160

161-
{/* Scroll Indicator */}
162-
<motion.div
163-
className="absolute bottom-8 left-1/2 transform -translate-x-1/2 text-white text-center"
164-
initial={{ opacity: 0 }}
165-
animate={{ opacity: 1 }}
166-
transition={{ duration: 1, delay: 2 }}
167-
>
168-
<motion.div
169-
className="text-3xl text-blue-200 cursor-pointer"
170-
animate={{ y: [0, 10, 0] }}
171-
transition={{ duration: 2, repeat: Number.POSITIVE_INFINITY }}
172-
>
173-
174-
</motion.div>
175-
</motion.div>
176161
</section>
177162
);
178163
};

0 commit comments

Comments
 (0)