@props([
'aboutText' => __('footer.about_text'),
'quickLinks' => [
['title' => __('footer.quick_links_items.about'), 'url' => '#'],
['title' => __('footer.quick_links_items.terms'), 'url' => '#'],
['title' => __('footer.quick_links_items.guide'), 'url' => '#'],
['title' => __('footer.quick_links_items.support'), 'url' => '#'],
['title' => __('footer.quick_links_items.press'), 'url' => '#'],
],
'contact' => [
'email' => 'info@embraceestates.es',
'address1' => '',
'address2' => '',
'phone1' => '+34 666 16 97 97',
'phone2' => '',
],
'socialLinks' => [
['icon' => 'fa-facebook', 'url' => '#'],
['icon' => 'fa-twitter', 'url' => '#'],
['icon' => 'fa-instagram', 'url' => '#'],
['icon' => 'fa-pinterest', 'url' => '#'],
['icon' => 'fa-dribbble', 'url' => '#'],
['icon' => 'fa-google', 'url' => '#'],
],
'footerMenu' => [
['title' => __('footer.menu.home'), 'url' => '#'],
['title' => __('footer.menu.listing'), 'url' => '#'],
['title' => __('footer.menu.property'), 'url' => '#'],
['title' => __('footer.menu.pages'), 'url' => '#'],
['title' => __('footer.menu.blog'), 'url' => '#'],
['title' => __('footer.menu.contact'), 'url' => '#'],
],
'copyright' => __('footer.copyright')
])