Santa Barbara’s premier photo booth rental service. Whether it’s a wedding outdoors in Montecito, a corporate event downtown, or a birthday party in Goleta — SB Event Horizon delivers a premium 360° and mirror photo booth experience with full setup, props, and on-site service included
/**
* Add custom meta description to the homepage for SB Event Horizon
*/
add_action('wp_head', function() {
// This ensure it only shows on your main homepage
if ( is_front_page() || is_home() ) {
echo '' . PHP_EOL;
}
}, 1);