From 145ce003bae84391f8cd9ff1635be7a36034024c Mon Sep 17 00:00:00 2001 From: febiarifin Date: Sun, 2 Oct 2022 00:52:28 +0700 Subject: [PATCH] add image and quotes on the topic relax --- config/quotes.php | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/config/quotes.php b/config/quotes.php index 9717987..92e8934 100644 --- a/config/quotes.php +++ b/config/quotes.php @@ -1309,4 +1309,21 @@ ], ], ], -]; + 'relax' => [ + 'image' => 'https://source.unsplash.com/daily?relax', + 'quotes' => [ + [ + 'quote' => 'It is nice finding that place where you can just go and relax.', + 'author' => 'Moises Arias', + ], + [ + 'quote' => 'Relax! Life is beautiful!', + 'author' => 'David L. Wolper', + ], + [ + 'quote' => 'Your mind will answer most questions if you learn to relax and wait for the answer.', + 'author' => 'William S. Burroughs', + ] + ] + ] +]; \ No newline at end of file