this.startTyping(), 32);
}
},
start() {
setTimeout(() => {
this.showDot = false;
setTimeout(() => {
this.showLogo = true;
setTimeout(() => {
this.showVar = true;
setTimeout(() => {
this.showButtons = true;
this.startTyping();
}, 400);
}, 900);
}, 200);
}, 1100);
}
}"
x-init="start()"
class="relative flex flex-col items-center justify-center h-auto select-none"
>