';
echo $options['home_headline'];
echo '';
// If not display dummy headline for preview purposes
} else {
echo '';
_e( 'Your H1 Headline Goes Right Here. Great for SEO!', 'shell' );
echo '
';
}
?>
';
echo $options['home_subheadline'];
echo '';
} else { // If not display dummy headline for preview purposes
echo '
';
_e( 'Your H2 Subheadline Here', 'shell' );
echo '
';
}
?>
';
echo $options['home_content_area'];
echo '';
} else { // If not let's show dummy content for demo purposes
echo '
';
_e( 'Properly structured landing page is big part of the Search Engine Optimization. Shell is a hassle-free WordPress CMS Theme. All of the content on this landing page
is fully manageable directly from Theme Options, including call-to-action button and its destination.', 'shell' );
echo '
';
}
?>
';
echo ''. $button_text .'';
echo '
';
}
?>