add_shortcode('yashtej_hero', 'yashtej_dynamic_hero');
function yashtej_dynamic_hero() {
// Current page varun ACF fields fetch kara
$bg_image = get_field('hero_bg_image');
$badge = get_field('hero_badge');
$heading = get_field('hero_heading');
$description = get_field('hero_description');
$btn_donate = get_field('hero_btn_donate');
$btn_volunteer = get_field('hero_btn_volunteer');
$btn_explore = get_field('hero_btn_explore');
// Default image jar ACF madhye set naseel tr
if(!$bg_image) {
$bg_image = 'https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?auto=format&fit=crop&w=1920&q=80';
}
ob_start();
?>