{% extends 'base.html' %} {% load static %} {% block title %}Home | Matrichaya Properties Ltd.{% endblock %} {% block content %}

Land Projects

{% for land_project in featured_land_projects %}
{% if land_project.image %} {{ land_project.name }} {% else %}

Project Image

{% endif %}

{{ land_project.name }}

Area: {{ land_project.area }}

Location: {{ land_project.location }}

{% if land_project.price_per_katha %}

Price: ৳{{ land_project.price_per_katha|floatformat:0 }}/Katha

{% endif %} {% if land_project.total_plots %}

Total Plots: {{ land_project.total_plots }}

{% endif %}
{% if land_project.description %}

{{ land_project.description|truncatewords:20 }}

{% endif %}
{% empty %}

Polash Nagar

Area: 150 Bigha

Location: Keraniganj, Dhaka, Dhaka

Price: ৳50,000/Katha

South Dhaka Model Town

Area: 1200 Bigha

Location: Sirajdikhan, Munshiganj, Dhaka

Price: ৳75,000/Katha

Dishari Golden City

Area: 150 Bigha

Location: Keraniganj, Dhaka, Dhaka

Price: ৳60,000/Katha

{% endfor %}
{% if has_land_projects %} {% endif %}

About Us

Building Dreams, Creating Communities

Matrichaya Properties Ltd. is a leading real estate development company in Bangladesh, committed to delivering exceptional residential and commercial projects that enhance the quality of life for our customers.

With years of experience in the real estate industry, we have successfully completed numerous projects across major cities, providing modern living spaces with world-class amenities and infrastructure.

Quality Homes

Premium residential projects

Prime Locations

Strategic city locations

Matrichaya Properties - Modern Residential Building

Get in Touch

Ready to find your dream property? Our expert team is here to help you every step of the way.

Let's Start Your Journey

Whether you're looking for your first home, an investment property, or commercial space, our experienced team is ready to provide personalized guidance and support.

Call Us

+880 1234 567890

Email Us

info@matrichaya.com

Visit Us

Dhaka, Bangladesh

Expert Consultation

Get personalized advice from our real estate experts who understand the local market.

24/7 Support

Trusted Service

{% endblock %}