juntekim.com/juntekim_frontend/lib/quotes.ts
2025-12-07 12:53:18 +00:00

7 lines
465 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const QUOTES = [
'"Impatient with actions, patient with results." - Naval Ravikant',
'"What good shall I do today? - Benjamin Franklin"',
'"Nothing like a health problem to turn up the contrast dial on the rest of life." - Naval Ravikant',
'"If you want to go fast go alone; if you want to go far go together" - Unknown',
'“I dont know if it happened for the best — but I know Ill make the best out of whatever happens.” - Unknown',
];