diff --git a/index.html b/index.html
index b7bce47..ca3270e 100644
--- a/index.html
+++ b/index.html
@@ -763,7 +763,7 @@
blinkCursor(cursor2, 3, () => {
rl4.style.display = 'flex';
- typeCalmly(rt4, "ARE YOU A...", () => {
+ typeCalmly(rt4, "WE ARE LOOKING FOR", () => {
setTimeout(() => {
choiceBtns.forEach(btn => {
btn.style.display = 'block';
@@ -871,7 +871,7 @@
rl4.style.display = 'flex';
rt1.textContent = "THE LAB IS LOOKING TO PARTNER WITH PEOPLE WHO ARE LIKE MINDED";
rt2.textContent = "WHO BELIEVE THE WORLD NEEDS TO CHANGE...";
- rt4.textContent = "ARE YOU A...";
+ rt4.textContent = "WE ARE LOOKING FOR";
[creatorBtn, builderBtn, developerBtn].forEach(btn => {
btn.style.display = 'block';
btn.style.visibility = 'visible';