Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 58 additions & 5 deletions MessagesData.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;