added favicon and populated template text with real text

This commit is contained in:
2026-05-31 21:50:04 +01:00
parent f67093f34e
commit cfebb4cee5
12 changed files with 103 additions and 50 deletions

View File

@@ -3,7 +3,7 @@
import { useEffect, useState } from 'react';
import './typing-words.css';
const WORDS = ['plan', 'idea', 'problem', 'goals'] as const;
const WORDS = ['plan', 'vision', 'problem', 'goals', 'business'] as const;
const TYPING_MS = 90;
const DELETING_MS = 55;