We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c657dca commit db7261bCopy full SHA for db7261b
src/components/Hero.tsx
@@ -158,21 +158,6 @@ const Hero: React.FC = () => {
158
</div>
159
160
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
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
176
</section>
177
);
178
};
0 commit comments