@@ -42,7 +42,7 @@ for (let i = 0; i < first_text.length; i++) {
const first_text_view = reactive(first_text);
let time = setTimeout(() => {
clearTimeout(time);
- page.value = "sex";
+ page.value = "second";
}, 5000);
function changePage(type) {