web / index.html
ducnhat036's picture
Add 3 files
dbad138 verified
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lô góc Springville 5x19m - 8 tỷ | Bất Động Sản Đồng Nai</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.property-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.hero-section {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1580587771525-78b9dba3b914?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
background-size: cover;
background-position: center;
}
.project-card {
transition: all 0.3s ease;
}
.project-card:hover {
transform: scale(1.03);
}
.nav-link:hover::after {
content: '';
display: block;
width: 100%;
height: 2px;
background: #f59e0b;
margin-top: 2px;
}
.map-container {
height: 400px;
border-radius: 12px;
overflow: hidden;
}
.zalo-btn {
background: #06C;
color: white;
}
.zalo-btn:hover {
background: #059;
}
.news-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.news-tag {
position: absolute;
top: 10px;
right: 10px;
z-index: 10;
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Top Bar -->
<div class="bg-gray-800 text-white py-2 px-4">
<div class="container mx-auto flex justify-between items-center">
<div class="flex space-x-4 text-sm">
<span><i class="fas fa-phone-alt mr-1"></i> 0823.686.586</span>
<span><i class="fab fa-zalo mr-1"></i> Zalo: 0823.686.586</span>
<span><i class="fas fa-envelope mr-1"></i> [email protected]</span>
<span><i class="fas fa-envelope mr-1"></i> [email protected]</span>
</div>
<div class="flex space-x-4">
<a href="#" class="hover:text-yellow-400"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="hover:text-yellow-400"><i class="fab fa-youtube"></i></a>
<a href="#" class="hover:text-yellow-400"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<!-- Navigation -->
<nav class="bg-white shadow-md sticky top-0 z-50">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center">
<a href="#" class="text-2xl font-bold text-gray-800 flex items-center">
<i class="fas fa-map-marked-alt text-yellow-500 mr-2"></i>
<span class="text-yellow-500">Đất Nền</span>Đồng Nai
</a>
</div>
<div class="hidden md:flex space-x-8">
<a href="#" class="nav-link text-gray-700 hover:text-yellow-500 font-medium">Trang chủ</a>
<a href="#" class="nav-link text-gray-700 hover:text-yellow-500 font-medium">Đất nền Nhơn Trạch</a>
<a href="#" class="nav-link text-gray-700 hover:text-yellow-500 font-medium">Đất nền Long Thành</a>
<a href="#" class="nav-link text-gray-700 hover:text-yellow-500 font-medium">Dự án</a>
<a href="#" class="nav-link text-gray-700 hover:text-yellow-500 font-medium">Tin tức</a>
<a href="#" class="nav-link text-gray-700 hover:text-yellow-500 font-medium">Liên hệ</a>
</div>
<div class="flex items-center space-x-4">
<button class="md:hidden text-gray-700">
<i class="fas fa-bars text-xl"></i>
</button>
<a href="https://zalo.me/0823686586" class="hidden md:block zalo-btn px-4 py-2 rounded-md font-medium transition">
<i class="fab fa-zalo mr-2"></i>Chat Zalo
</a>
</div>
</div>
</nav>
<!-- Property Highlight Section -->
<section class="py-12 bg-white">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row gap-8">
<!-- Property Images -->
<div class="md:w-1/2">
<div class="grid grid-cols-2 gap-4">
<div class="col-span-2">
<img src="https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="Lô góc Springville"
class="w-full h-80 object-cover rounded-lg shadow-md">
</div>
<div>
<img src="https://images.unsplash.com/photo-1600607688969-a5bfcd646154?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="Mặt tiền lô đất"
class="w-full h-40 object-cover rounded-lg shadow-md">
</div>
<div>
<img src="https://images.unsplash.com/photo-1605276374104-dee2a0ed3cd6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="Vị trí dự án"
class="w-full h-40 object-cover rounded-lg shadow-md">
</div>
</div>
</div>
<!-- Property Details -->
<div class="md:w-1/2">
<div class="bg-white p-6 rounded-lg shadow-md">
<h1 class="text-3xl font-bold text-gray-800 mb-2">Lô Góc Springville 5x19m</h1>
<div class="flex items-center mb-4">
<span class="bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full text-sm font-medium mr-3">
<i class="fas fa-map-marker-alt mr-1"></i> Nhơn Trạch
</span>
<span class="bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm font-medium">
<i class="fas fa-home mr-1"></i> Mặt tiền 5m
</span>
</div>
<div class="mb-6">
<span class="text-3xl font-bold text-yellow-500">8 tỷ</span>
<span class="text-gray-600 ml-2">(Giá đã bao gồm VAT)</span>
</div>
<div class="grid grid-cols-2 gap-4 mb-6">
<div class="bg-gray-50 p-3 rounded-lg">
<div class="text-gray-600 text-sm">Diện tích</div>
<div class="font-bold">95m² (5x19m)</div>
</div>
<div class="bg-gray-50 p-3 rounded-lg">
<div class="text-gray-600 text-sm">Mặt tiền</div>
<div class="font-bold">5m</div>
</div>
<div class="bg-gray-50 p-3 rounded-lg">
<div class="text-gray-600 text-sm">Hướng</div>
<div class="font-bold">Đông Nam</div>
</div>
<div class="bg-gray-50 p-3 rounded-lg">
<div class="text-gray-600 text-sm">Pháp lý</div>
<div class="font-bold">Sổ đỏ</div>
</div>
</div>
<div class="mb-6">
<h3 class="text-lg font-bold text-gray-800 mb-2">Đặc điểm nổi bật</h3>
<ul class="list-disc pl-5 text-gray-700 space-y-1">
<li>Vị trí đắc địa - lô góc 2 mặt thoáng</li>
<li>Mặt tiền rộng 5m, dễ kinh doanh</li>
<li>Gần trung tâm thương mại, trường học</li>
<li>Hạ tầng hoàn thiện, đường nhựa 12m</li>
<li>Thanh toán linh hoạt, hỗ trợ ngân hàng</li>
</ul>
</div>
<div class="flex flex-col sm:flex-row gap-4">
<a href="tel:0823686586" class="bg-yellow-500 hover:bg-yellow-600 text-white text-center py-3 px-6 rounded-md font-medium transition">
<i class="fas fa-phone-alt mr-2"></i> Gọi ngay: 0823.686.586
</a>
<a href="https://zalo.me/0823686586" class="zalo-btn text-center py-3 px-6 rounded-md font-medium transition">
<i class="fab fa-zalo mr-2"></i> Chat Zalo
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Property Description -->
<section class="py-12 bg-gray-50">
<div class="container mx-auto px-4">
<div class="bg-white p-8 rounded-lg shadow-md">
<h2 class="text-2xl font-bold text-gray-800 mb-6">Thông tin chi tiết</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-8">
<div>
<h3 class="text-xl font-semibold text-gray-800 mb-4">Mô tả bất động sản</h3>
<div class="prose text-gray-700">
<p>Lô đất góc tại dự án Springville Nhơn Trạch với diện tích 95m² (5x19m), mặt tiền 5m, hướng Đông Nam. Đất đã có sổ đỏ riêng, pháp lý rõ ràng.</p>
<p>Vị trí đắc địa ngay trung tâm khu đô thị Springville, gần các tiện ích:</p>
<ul>
<li>Trường học quốc tế: 500m</li>
<li>Bệnh viện đa khoa: 1km</li>
<li>Trung tâm thương mại: 800m</li>
<li>Công viên cây xanh: 300m</li>
</ul>
<p>Hạ tầng hoàn thiện 100%, đường nhựa rộng 12m, vỉa hè 4m, điện âm nước máy đầy đủ.</p>
</div>
</div>
<div>
<h3 class="text-xl font-semibold text-gray-800 mb-4">Tiện ích xung quanh</h3>
<div class="space-y-4">
<div class="flex items-start">
<div class="bg-yellow-100 p-2 rounded-full mr-3">
<i class="fas fa-school text-yellow-500"></i>
</div>
<div>
<h4 class="font-medium text-gray-800">Giáo dục</h4>
<p class="text-gray-600 text-sm">Trường quốc tế Singapore, Trường mầm non quốc tế, Đại học Quốc tế Miền Đông</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-yellow-100 p-2 rounded-full mr-3">
<i class="fas fa-hospital text-yellow-500"></i>
</div>
<div>
<h4 class="font-medium text-gray-800">Y tế</h4>
<p class="text-gray-600 text-sm">Bệnh viện đa khoa Nhơn Trạch, Phòng khám quốc tế, Nhà thuốc 24/7</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-yellow-100 p-2 rounded-full mr-3">
<i class="fas fa-shopping-cart text-yellow-500"></i>
</div>
<div>
<h4 class="font-medium text-gray-800">Mua sắm</h4>
<p class="text-gray-600 text-sm">TTTM Crescent Mall, Siêu thị Vinmart, Chợ Hiệp Phước</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-yellow-100 p-2 rounded-full mr-3">
<i class="fas fa-tree text-yellow-500"></i>
</div>
<div>
<h4 class="font-medium text-gray-800">Công viên</h4>
<p class="text-gray-600 text-sm">Công viên trung tâm 5ha, Khu thể thao đa năng, Hồ điều hòa</p>
</div>
</div>
</div>
</div>
</div>
<div class="mb-8">
<h3 class="text-xl font-semibold text-gray-800 mb-4">Vị trí dự án</h3>
<div class="map-container bg-gray-200">
<!-- Map placeholder - in real implementation you would use Google Maps API -->
<div class="w-full h-full flex items-center justify-center text-gray-500">
<div class="text-center">
<i class="fas fa-map-marked-alt text-4xl mb-2"></i>
<p>Bản đồ vị trí lô đất</p>
<p class="text-sm">Springville, Nhơn Trạch, Đồng Nai</p>
</div>
</div>
</div>
</div>
<div class="bg-yellow-50 border-l-4 border-yellow-500 p-4 mb-8">
<div class="flex">
<div class="flex-shrink-0">
<i class="fas fa-info-circle text-yellow-500 text-xl"></i>
</div>
<div class="ml-3">
<h3 class="text-sm font-medium text-yellow-800">Lưu ý quan trọng</h3>
<div class="mt-2 text-sm text-yellow-700">
<p>• Giá bán có thể thay đổi tùy thời điểm. Vui lòng liên hệ
</html>