Dynamic notes

This commit is contained in:
Mark Goltsman
2024-10-19 19:23:58 -04:00
committed by Mark Goltsman
parent 9242466754
commit f815f6ca60
2 changed files with 76 additions and 34 deletions

11
src/app/data/notes.tsx Normal file
View File

@@ -0,0 +1,11 @@
// src/data/notes.ts
export const notes: string[] = [
"The average attention span is 8.25 s",
"E = mc^2",
"We are a team of dreamers!",
"Our names are Kaz, Tymur, Daniil, and Mark!",
"LET'S GO TECH",
"In my free time, I do poster design for my dorm room",
'Ass breaker'
];