42 lines
2.9 KiB
TypeScript
42 lines
2.9 KiB
TypeScript
let slogans = [
|
||
"Where files meet freedom, and lost socks are forgotten!",
|
||
"Where sending files is as easy as pie – minus the baking part.",
|
||
"Like finding money in your pocket, but for files.",
|
||
"Making file sharing as easy as falling off a log (without the bruises).",
|
||
"Sending files, as effortless as finding water in the ocean!",
|
||
"Sharing files made so simple, even your grandma is doing it in her sleep!",
|
||
"Where sharing files is easier than choosing a movie on movie night.",
|
||
"Where sharing files is quicker than making instant noodles, and way more satisfying.",
|
||
"Sharing files, as straightforward as a one-way street – but with no traffic.",
|
||
"File sharing, smoother than a freshly paved road.",
|
||
"Sharing files like hitting every green light on your way home.",
|
||
"Sharing files made easier than getting a cat to ignore a laser pointer.",
|
||
"Sharing files so easy, you'd think we found a cheat code for the internet.",
|
||
"Where files fly faster than jokes at a family dinner.",
|
||
"Sharing files made simpler than a two-piece puzzle.",
|
||
"File sharing as easy as getting sand at the beach – but without the cleanup.",
|
||
"Like a hot knife through butter, but for your files.",
|
||
"Where sending files is easier than finding a parking spot on a busy day!",
|
||
"Where sending files is easier than picking a Netflix show on a Friday night!",
|
||
"Where sending files is easier than saying no to an extra slice of pizza!",
|
||
"Where sending files is easier than finding a needle in a haystack — because who does that anyway?",
|
||
"Where sending files is easier than getting out of bed on a Monday morning!",
|
||
"Where sending files is easier than keeping a plant alive!",
|
||
"Where sending files is easier than resisting hitting snooze on your alarm!",
|
||
"Where sending files is easier than deciding what to have for dinner!",
|
||
"Where sending files is easier than folding a fitted sheet properly!",
|
||
"Where sending files is easier than finding someone who dislikes puppies!",
|
||
"Where sending files is easier than trying to remember your passwords!",
|
||
"Where sending files is easier than trying to drink water while wearing a facemask!",
|
||
"Where sending files is easier than figuring out what your cat is thinking!",
|
||
"Where sending files is easier than avoiding spoilers for your favorite show!",
|
||
"Where sending files is easier than choosing the perfect emoji for any situation!",
|
||
"Where sending files is easier than trying to say 'toy boat' five times fast!",
|
||
"Where sending files is easier than finding your way out of an IKEA!",
|
||
"Where sending files is easier than putting a USB in the right way on the first try!",
|
||
"Where sending files is easier than untangling headphones!",
|
||
"Where sending files is easier than finding a matching pair of socks on laundry day—wait, we've been here before!",
|
||
"Where sharing files is easier than finding a matching sock on laundry day!"
|
||
]
|
||
export default slogans;
|