{
	"blocks": [
		{
			"type": "header",
			"text": {
				"type": "plain_text",
				"text": "⚠️ COMPANY SHUTDOWN INITIATED ⚠️",
				"emoji": true
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "*All systems are now offline.*\n*All data has been erased.*\n*The company no longer exists.*\n\nIt's been a pleasure working with you all. Best of luck in your future endeavors! 🫡"
			}
		},
		{
			"type": "actions",
			"elements": [
				{
					"type": "button",
					"text": {
						"type": "plain_text",
						"text": "Acknowledge",
						"emoji": true
					},
					"style": "primary",
					"value": "acknowledge"
				},
				{
					"type": "button",
					"text": {
						"type": "plain_text",
						"text": "Panic",
						"emoji": true
					},
					"style": "danger",
					"value": "panic"
				}
			]
		},
		{
			"type": "divider"
		},
		{
			"type": "input",
			"element": {
				"type": "checkboxes",
				"options": [
					{
						"text": {
							"type": "plain_text",
							"text": "Apply to Taylor Rose"
						},
						"value": "coffee"
					},
					{
						"text": {
							"type": "plain_text",
							"text": "Tell pets we’re unemployed"
						},
						"value": "pets"
					},
					{
						"text": {
							"type": "plain_text",
							"text": "Binge-watch legal dramas for tips"
						},
						"value": "legal_dramas"
					},
					{
						"text": {
							"type": "plain_text",
							"text": "Set Lawrence free"
						},
						"value": "farewell_party"
					}
				]
			},
			"label": {
				"type": "plain_text",
				"text": "Immediate Actions",
				"emoji": true
			}
		}
	]
}
