# Site Options
Just about every project should start in site options
This is where you set the defaults for the business information (phone, email, social icons).
The Google API must be set (just make sure either the one in the screenshot is set, or a separate one for this project) otherwise things like hte map module, font selector, etc will not work properly.

There are shortcodes for most of these as well:
/*
* @attribute string $text - Any text you would like to prepend
* @attribute string $icon - A font awesome icon e.g 'fas fa-phone'
*/
[phone text="" icon=""]
/*
* @attribute string $text - Any text you would like to prepend
* @attribute string $icon - A font awesome icon e.g 'fas fa-phone'
*/
[email text="" icon=""]
// No arguments
[social-icons]