69 lines
3.0 KiB
JavaScript
69 lines
3.0 KiB
JavaScript
let temp = {
|
|
"platforms": {
|
|
"instagram": {
|
|
"title": "3 Business Lessons I Wish I Knew Sooner!",
|
|
"description": "Here are 3 game-changing business lessons that could save you time, money, and headaches! What's the biggest lesson YOU'VE learned? Share in the comments! 👇\n#businessowner #entrepreneurship #smallbusiness #businesstips #leadership",
|
|
"hashtags": [
|
|
"businessowner",
|
|
"entrepreneurship",
|
|
"smallbusiness",
|
|
"businesstips",
|
|
"leadership"
|
|
],
|
|
"callToAction": "What's the biggest lesson YOU'VE learned?",
|
|
"bestPostingTimes": "Tuesdays-Thursdays, 9 AM - 12 PM",
|
|
"contentFormat": "Reel",
|
|
"additionalTips": "Use trending audio to increase reach.",
|
|
"contentDetails": {
|
|
"scenes": [
|
|
{
|
|
"description": "Opening shot of you in a business setting (office, meeting, etc.). Look directly at the camera with a confident expression.",
|
|
"text": "3 Business Lessons I Wish I Knew Sooner!",
|
|
"duration": 3
|
|
},
|
|
{
|
|
"description": "Show a quick montage of mistakes or challenges you faced early on. Use fast cuts and slightly comedic music in the background.",
|
|
"text": "Lesson 1: Don't be afraid to fail.",
|
|
"duration": 5
|
|
},
|
|
{
|
|
"description": "Transition to a scene where you are learning from a mistake. Show you reading a book, attending a workshop, or talking to a mentor.",
|
|
"text": "Find a mentor!",
|
|
"duration": 5
|
|
},
|
|
{
|
|
"description": "Show yourself successfully implementing a new strategy or overcoming a challenge. Use uplifting music.",
|
|
"text": "Lesson 2: Invest in your team",
|
|
"duration": 5
|
|
},
|
|
{
|
|
"description": "Quick cuts showcasing team collaboration, positive feedback, and successful project outcomes.",
|
|
"text": "A strong team makes all the difference.",
|
|
"duration": 5
|
|
},
|
|
{
|
|
"description": "Show a before-and-after scenario of your business (e.g., messy office vs. organized office, low sales vs. high sales).",
|
|
"text": "Lesson 3: Automate repetitive tasks",
|
|
"duration": 5
|
|
},
|
|
{
|
|
"description": "Show examples of automation tools you use (e.g., CRM, email marketing platform, social media scheduler).",
|
|
"text": "Use technology to your advantage!",
|
|
"duration": 5
|
|
},
|
|
{
|
|
"description": "End with a call to action, pointing to the comments section.",
|
|
"text": "What's the biggest lesson YOU'VE learned?",
|
|
"duration": 2
|
|
}
|
|
],
|
|
"audio": "Trending upbeat background music or a motivational speech excerpt.",
|
|
"transitions": "Use dynamic transitions like zooms, wipes, and quick cuts to maintain viewer engagement."
|
|
}
|
|
}
|
|
},
|
|
"generalTips": []
|
|
}
|
|
|
|
const paragraphs = temp.split(/\n\n+/)
|
|
console.log(paragraphs) |