Files
agent_test/template/other/footer.html
2026-03-07 12:09:01 +07:00

66 lines
3.0 KiB
HTML

<footer class="w-full bg-white mt-1">
<div class="layout-container flex gap-[95px] py-4 h-[212px] overflow-hidden items-start">
<div class="flex flex-col gap-1 w-[267px] shrink-0">
<p class="text-[14px] font-bold text-black leading-[27px]">Tổng đài hỗ trợ</p>
<div class="text-[13px] text-black leading-[30px]">
<p>Gọi mua: <a href="tel:0971490000" class="font-bold text-[#0084ff]">0971.49.0000</a>
<span>(8h00-18h00)</span>
</p>
<p>Hỗ trợ kỹ thuật : <a href="tel:0987762444" class="font-bold">0987.762.444</a> <span>(8h00-18h00)</span></p>
<p>Góp ý - Khiếu nại: <a href="tel:0824184444" class="font-bold">082.418.4444</a> <span>(8h00-18h00)</span>
</p>
</div>
</div>
<div class="flex flex-col gap-1 w-[148px] shrink-0">
<p class="text-[14px] font-bold text-black leading-[27px]">Về công ty</p>
<div class="text-[13px] text-black leading-[30px]">
<p>Giới thiệu về công ty</p>
<p>Tuyển dụng</p>
<p>Gửi góp ý, khiếu nại</p>
<p>Tìm siêu thị (215 shop)</p>
</div>
</div>
<div class="flex flex-col gap-1 w-[209px] shrink-0">
<p class="text-[14px] font-bold text-black leading-[27px]">Chính sách chung</p>
<div class="text-[13px] text-black leading-[30px]">
<p>Quy định truy cập Website</p>
<p>Chính sách bảo mật thông tin</p>
<p>Chính sách vận chuyển, giao nhận</p>
<p>Chính sách cho doanh nghiệp</p>
<p>Chính sách bảo hành, đổi trả</p>
</div>
</div>
<div class="flex flex-col gap-2 w-[291px] shrink-0">
<p class="text-[14px] font-bold text-black leading-[27px]">Kết nối với chúng tôi</p>
<div class="flex flex-col gap-3">
<div class="flex items-center gap-3">
<div class="flex items-center gap-1">
<div class="w-5 h-5">
<img src="{{ 'icon_facebook.svg' | asset_url }}" alt="Facebook" class="w-full h-full" />
</div>
<span class="text-[11px] text-[#0084ff]">12.8k lượt thích</span>
</div>
<div class="flex items-center gap-1">
<img src="{{ 'icon_youtube.svg' | asset_url }}" alt="YouTube" class="w-[28px] h-5 object-contain" />
<span class="text-[11px] text-[#0084ff]">2.2T Đăng ký</span>
</div>
<div class="flex items-center gap-1">
<img src="{{ 'icon_zalo.png' | asset_url }}" alt="Zalo" class="w-5 h-5 object-contain" />
<span class="text-[11px] text-[#0084ff]">Zalo MIQ</span>
</div>
</div>
<img src="{{ 'logo_bct.png' | asset_url }}" alt="Đã thông báo Bộ Công Thương" class="w-[100px] h-[38px] object-contain" />
</div>
</div>
</div>
<div class="bg-[#e4e4e4] h-9 flex items-center justify-center">
<p class="text-[#353535] text-[13px]">Bản quyền thuộc về MIQ Việt Nam</p>
</div>
</footer>