'property', 'posts_per_page' => 3, 'tax_query' => array( 'relation' => 'AND', array( 'taxonomy' => 'property_status', 'field' => 'slug', 'terms' => 'active', ), array( 'taxonomy' => 'property_type', 'field' => 'slug', 'terms' => 'residential', ), ), 'orderby' => 'date', 'order' => 'DESC', )); // Get featured commercial/land properties (3 most recent active commercial or land listings) $featured_commercial = new WP_Query(array( 'post_type' => 'property', 'posts_per_page' => 3, 'tax_query' => array( 'relation' => 'AND', array( 'taxonomy' => 'property_status', 'field' => 'slug', 'terms' => 'active', ), array( 'taxonomy' => 'property_type', 'field' => 'slug', 'terms' => array('commercial', 'land'), ), ), 'orderby' => 'date', 'order' => 'DESC', )); ?>
= 1450px) ?>
$logo_cropped, 'title' => 'Find Your Dream Home Today', 'subtitle' => 'Expert real estate services for buyers and sellers in Albert Lea and the surrounding Minnesota communities.', 'show_location_search' => true, 'primary_cta_text' => 'View All Properties', 'primary_cta_url' => home_url('/properties/'), 'primary_cta_icon' => 'map', 'secondary_cta_text' => 'Contact Us', 'secondary_cta_url' => home_url('/contact/'), 'background_image' => $hero_image_split ?: $fallback_image, 'gallery_images' => $gallery_images, 'size' => 'large', )); ?>
$logo_cropped, 'title' => 'Find Your Dream Home Today', 'subtitle' => 'Expert real estate services for buyers and sellers in Albert Lea and the surrounding Minnesota communities.', 'show_location_search' => true, 'primary_cta_text' => 'View All Properties', 'primary_cta_url' => home_url('/properties/'), 'primary_cta_icon' => 'map', 'secondary_cta_text' => 'Contact Us', 'secondary_cta_url' => home_url('/contact/'), 'background_image' => $hero_image_card ?: $fallback_image, 'size' => 'large', )); ?>
'Ready to Find Your Dream Home?', 'text' => 'Whether you\'re buying or selling, our team is here to help you every step of the way.', 'button_text' => 'Contact Us Today', 'button_url' => home_url('/contact/'), 'style' => 'accent', )); ?>