diff --git a/MessagesData.js b/MessagesData.js index 6d28d47..be8b4fd 100644 --- a/MessagesData.js +++ b/MessagesData.js @@ -19,21 +19,74 @@ const MessagesData = [ message: "You're Cuteee 😫😍!", theme: "--grass" }, - { message: "You can overcome it πŸ˜‹!", theme: "--orchin" }, - { message: "You and Sapa will be besties 🀣!", theme: "--thanos" }, - { message: "God loves you 😘", theme: "--gold" + }, + { + message: "You’re stronger than you think πŸ’ͺ", + theme: "--strength" + }, + { + message: "Keep shining, the world needs your light 🌟", + theme: "--light" + }, + { + message: "Your potential is limitless πŸš€", + theme: "--universe" + }, + { + message: "Dream big, you’ve got this! 🌈", + theme: "--sky" + }, + { + message: "Every step you take matters! 🦢", + theme: "--path" + }, + { + message: "You’re a masterpiece in the making 🎨", + theme: "--canvas" + }, + { + message: "Everything will fall into place πŸ‘", + theme: "--balance" + }, + { + message: "You are a blessing to the world 🌍", + theme: "--bless" + }, + { + message: "Keep going, your efforts will pay off! πŸ’₯", + theme: "--action" + }, + { + message: "Your smile brightens up the day! 😁", + theme: "--smile" + }, + { + message: "Good things are coming your way! 🌠", + theme: "--fortune" + }, + { + message: "You’ve got the power to change the world 🌎", + theme: "--power" + }, + { + message: "You’re destined for greatness 🌟", + theme: "--destiny" + }, + { + message: "The best is yet to come ✨", + theme: "--future" } -] +]; -export default MessagesData +export default MessagesData;