neo-quote-for-the-day
Version:
Some beautiful quotes
38 lines • 996 B
text/typescript
export const quotes = [
{
text: "Your mood does not define you. It's just a momemt, not a mesure of you.",
author: "Neo Mood Tracker"
},
{
text: "Live everyday as a new day! enjoy every moment given to you.",
author:"Neo"
},
{
text: "Give love and be loyal.",
author:"Neo"
},
{
text: "Forgive easily",
author: "Neo"
},
{
text: "Every day may not be good, but there is something good in every day.",
author: "Alice Morse Earle",
},
{
text: "Happiness is not something ready made. It comes from your own actions.",
author: "Dalai Lama",
},
{
text: "You are never too old to set another goal or to dream a new dream.",
author: "C.S. Lewis",
},
{
text: "Small steps everyday",
author: "Neo Mood Tracker",
},
{
text: "Consistency is the key to success",
author: "Neo Mood Tracker",
}
]