diff --git a/layout/Home/components/Hero/Title/index.tsx b/layout/Home/components/Hero/Title/index.tsx
index 578ed49a..3b6cba15 100644
--- a/layout/Home/components/Hero/Title/index.tsx
+++ b/layout/Home/components/Hero/Title/index.tsx
@@ -9,29 +9,22 @@ export default function Title() {
{/* 2xl:leading-[6.5rem] is intended to only work with the following font - Terminal */}
{
typewriter
- .typeString("The ")
- .typeString("sotware")
- .changeDeleteSpeed(20)
- .pauseFor(100)
- .deleteChars(7)
- .typeString("software
engeen")
- .deleteChars(3)
- .typeString("ineering week is back, let's ")
+ .typeString("The software engineering week is back, let's ")
.typeString("just say") // since this lib do not accept " ", css "white-space: nowrap" will do the same
- .pauseFor(400)
+ .pauseFor(200)
.deleteChars(3)
.typeString("SEI")
.typeString(" that.")
.start();
}}
options={{
- delay: 50,
+ delay: 25,
}}
/>