chore: minor changes

This commit is contained in:
Ashwani Senapati
2025-11-03 16:13:42 +05:30
parent 6474ac4004
commit 2bae376de8

View File

@@ -248,14 +248,14 @@ export default function ViewProjectsPage() {
className="w-full text-center" className="w-full text-center"
initial={{ opacity: 0 }} initial={{ opacity: 0 }}
whileInView={{ opacity: 1 }} whileInView={{ opacity: 1 }}
transition={{ duration: 0.6, delay: 0.5 }} transition={{ duration: 0.2, delay: 0.5 }}
viewport={{ once: true }} viewport={{ once: true }}
> >
<TypeAnimation <TypeAnimation
sequence={[project.name || "Untitled Project"]} sequence={[project.name || "Untitled Project"]}
wrapper="h2" wrapper="h2"
speed={50} speed={90}
className={`text-3xl font-bold text-white ${orbitron.className}`} className={`text-3xl font-bold text-white font-[Orbitron] `}
cursor={false} cursor={false}
/> />
</motion.div> </motion.div>