Nguyen Trung Nghia 6074e31003 init
2025-05-08 16:36:17 +07:00

42 lines
3.0 KiB
Vue

<template>
<div class="bg-blue-800 text-white py-16">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">Tại sao chọn chúng tôi?</h2>
<p class="text-xl max-w-2xl mx-auto">Những giá trị khác biệt Công ty Cổ Phần vấn Xây dựng 929 mang lại</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="text-center">
<div class="bg-blue-700 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
<svg class="w-10 h-10" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M6.267 3.455a3.066 3.066 0 001.745-.723 3.066 3.066 0 013.976 0 3.066 3.066 0 001.745.723 3.066 3.066 0 012.812 2.812c.051.643.304 1.254.723 1.745a3.066 3.066 0 010 3.976 3.066 3.066 0 00-.723 1.745 3.066 3.066 0 01-2.812 2.812 3.066 3.066 0 00-1.745.723 3.066 3.066 0 01-3.976 0 3.066 3.066 0 00-1.745-.723 3.066 3.066 0 01-2.812-2.812 3.066 3.066 0 00-.723-1.745 3.066 3.066 0 010-3.976 3.066 3.066 0 00.723-1.745 3.066 3.066 0 012.812-2.812zm7.44 5.252a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"></path>
</svg>
</div>
<h3 class="text-xl font-semibold mb-3">Chuyên môn cao</h3>
<p>Đội ngũ kỹ , kiến trúc hơn 15 năm kinh nghiệm trong ngành xây dựng</p>
</div>
<div class="text-center">
<div class="bg-blue-700 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
<svg class="w-10 h-10" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M12.316 3.051a1 1 0 01.633 1.265l-4 12a1 1 0 11-1.898-.632l4-12a1 1 0 011.265-.633zM5.707 6.293a1 1 0 010 1.414L3.414 10l2.293 2.293a1 1 0 11-1.414 1.414l-3-3a1 1 0 010-1.414l3-3a1 1 0 011.414 0zm8.586 0a1 1 0 011.414 0l3 3a1 1 0 010 1.414l-3 3a1 1 0 11-1.414-1.414L16.586 10l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd"></path>
</svg>
</div>
<h3 class="text-xl font-semibold mb-3">Quy trình chuyên nghiệp</h3>
<p>Áp dụng quy trình làm việc khoa học, đảm bảo tiến độ chất lượng công trình</p>
</div>
<div class="text-center">
<div class="bg-blue-700 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
<svg class="w-10 h-10" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
</svg>
</div>
<h3 class="text-xl font-semibold mb-3">Cam kết chất lượng</h3>
<p>Chất lượng nhiệm vụ hàng đầu trong mọi hoạt động sản xuất kinh doanh</p>
</div>
</div>
</div>
</div>
</template>