chore: minor changes
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user