Code needed for default page template: Beyond theme

I accidentally changed the code to the default page template in Beyond theme. Does anyone have the original default page code so that I can change it back? Thank you!

If you don’t have the original theme files, you can reach out to the Beyond Theme developers, they should be able to provide you access to the requested default file. Contact link:
https://support.troopthemes.com/

That was a great suggestion and I found the code now to the default page!

{
“sections”: {
“main”: {
“type”: “page”,
“settings”: {
“show-title”: false,
“background-color”: “none”,
“light-text”: false,
“container-width”: 4,
“spacing-above”: true,
“spacing-below”: true
}
}
},
“order”: [
“main”
]
}

@OlgaCher

Great to hear! Thanks for the follow-up.