diff --git a/index.html b/index.html
index e94c041..b1d8dea 100644
--- a/index.html
+++ b/index.html
@@ -106,7 +106,7 @@
#scene2Text {
color: #00ff00;
font-family: 'Courier New', monospace;
- font-size: 6rem;
+ font-size: 1.2rem;
line-height: 2;
text-align: center;
visibility: hidden;
@@ -680,10 +680,10 @@
}, 300);
typewriterLines(
- ["LAB 484 IS AN INCUBATOR THAT HAS 11 DECENTRALIZED STARTUPS UNDERNEATH IT"],
+ ["LAB 484 IS AN INCUBATOR THAT HAS 11 DECENTRALIZED TECH STARTUPS UNDERNEATH IT"],
textContainer,
() => {
- // After typewriter text finishes, wait 3 seconds then type recruitment text
+ // After typewriter text finishes, wait 2 seconds then type recruitment text
iAmText.textContent = '';
iAmText.style.visibility = 'visible';
@@ -700,7 +700,7 @@
clearInterval(blinkInterval);
cursor.style.display = 'none';
- typeCalmly(iAmText, "WE ARE LOOKING FOR PEOPLE WHO WANT THE WORLD TO CHANGE AND ARE DOING SOMETHING ABOUT IT...", () => {
+ typeCalmly(iAmText, "WE ARE LOOKING TO PARTNER WITH PEOPLE WHO ARE LIKE MINDED", () => {
setTimeout(() => {
choiceBtns.forEach(btn => {
btn.style.display = 'block';
@@ -720,7 +720,7 @@
});
}
}, 500);
- }, 3000);
+ }, 2000);
},
200
);
@@ -784,7 +784,7 @@
const creatorBtn = document.getElementById('creatorBtn');
const builderBtn = document.getElementById('builderBtn');
const developerBtn = document.getElementById('developerBtn');
- const fullText = "WE ARE LOOKING FOR PEOPLE WHO WANT THE WORLD TO CHANGE AND ARE DOING SOMETHING ABOUT IT...";
+ const fullText = "WE ARE LOOKING TO PARTNER WITH PEOPLE WHO ARE LIKE MINDED";
if (scene3.style.display === 'flex' && (cursor.style.display === 'block' || (iAmText.textContent.length > 0 && iAmText.textContent.length < fullText.length))) {
cursor.style.display = 'none';
iAmText.textContent = fullText;