diff --git a/src/components/quote/quotes.ts b/src/components/quote/quotes.ts index a67f593..f07008e 100644 --- a/src/components/quote/quotes.ts +++ b/src/components/quote/quotes.ts @@ -65,6 +65,11 @@ const quotes: Quote[] = [ quote: "The only way to go fast is to go well.", author: "Robert C. Martin", }, + { + quote: + "The meaning of life is to find your gift. The purpose of life is to give it away.", + author: "Pablo Picasso", + }, ]; export default quotes;