{% extends "landing/base.html" %} {% load static i18n humanize base_tag landing_tag %} {% block navbar %} {% include 'landing/partials/nav.html' with nav_color="nav_box" %} {% endblock navbar %} {% block content %}

{% blocktrans %}Transactions
Made Easy{% endblocktrans %}

{% blocktrans %}From customized property search to tricky purchase and sales, BuildBlock will be with you.{% endblocktrans %}

{% blocktrans %}Paperworks
Made Easy{% endblocktrans %}

{% blocktrans %}Complicated and cumbersome paperworks, BuildBlock will help you.{% endblocktrans %}

{% blocktrans %}Management
Made Easy{% endblocktrans %}

{% blocktrans %}BuildBlock’s local team will directly oversee the client’s property.{% endblocktrans %}
{% trans 'View Details' %}

{% blocktrans %}Investment Steps
Overview{% endblocktrans %}

{% include 'landing/svg/landing_process.html' %} {% include 'landing/svg/landing_process_m.html' %}
{% if landing_case_study_list %}
{% blocktrans %}All Projects{% endblocktrans %}

{% blocktrans %}Invest{% endblocktrans %}

{% blocktrans %}All Projects{% endblocktrans %}
{% endif %} {% if landing_video_list %}
{% blocktrans %}Visit Channel{% endblocktrans %}

{% blocktrans %}YouTube{% endblocktrans %}

{% blocktrans %}Subscribe to our YouTube channel to check out various updates on the US real estate market.
Visit Channel
{% endblocktrans %}
{% endif %}

{% blocktrans %}Partners{% endblocktrans %}

Shinhan Financial Group
Hana Financial Group
Industrial Bank of Korea
Stanford University
Berkeley University of California
Ministry of Science, ICT and Future Planning
Seoul Metropolitan Government
IGIS Asset Management
Dunamu&Partners
Futureplay
Primer Sazze
Fintech Lab Seoul

{% blocktrans %}Ask Us Anything{% endblocktrans %}

{% trans 'Contact Us' %}
{% if landing_popup %} {% include "landing/partials/popup.html" %} {% endif %} {% endblock content %} {% block footer_survey %} {% include "landing/partials/footer_survey.html" with form=form %} {% endblock footer_survey %} {% block third_party %} {% include "landing/partials/load_lottie.html" %} {% endblock third_party %}