{
  "customers": [
    {
      "id": "1",
      "name": "Nguyễn Thị Kim",
      "company": "Pioneer Logistics Solutions",
      "notes": "--",
      "status": "purchased",
      "budget": "Trên 5 tỷ",
      "interests": ["Nhà phố"],
      "phone": "0123456789",
      "email": "nguyen.thi.kim@pioneer.com",
      "address": "100 Nguyễn Khuyến, Đống Đa, Hà Nội",
      "lastContact": "22/10/2023, 15:30"
    },
    {
      "id": "2",
      "name": "Đặng Văn Hải",
      "company": "Skyline Ventures",
      "notes": "Lorem ipsum dolor sit amet, consectetur adipisc...",
      "status": "potential",
      "budget": "Trên 5 tỷ",
      "interests": ["Biệt thự", "Đất nền"],
      "interestsOverflow": 1,
      "phone": "0987654321",
      "phoneOverflow": 1,
      "email": "dang.van.hai@skyline.com",
      "address": "45 Trần Hưng Đạo, Hoàn Kiếm, Hà Nội",
      "lastContact": "19/10/2023, 08:15"
    },
    {
      "id": "3",
      "name": "Trần Thanh Mai",
      "company": "Green Horizon Solutions",
      "notes": "--",
      "status": "purchased",
      "budget": "Trên 5 tỷ",
      "interests": ["Nhà xưởng"],
      "phone": "0369852147",
      "email": "tran.thanh.mai@greenhorizon.com",
      "address": "33 Lê Duẩn, Hai Bà Trưng, Hà Nội",
      "lastContact": "24/10/2023, 12:00"
    },
    {
      "id": "4",
      "name": "Phạm Thị Lan",
      "company": "Blue Ocean Enterprises",
      "notes": "Lorem ipsum dolor sit amet, consectetur adipisc...",
      "status": "researching",
      "budget": "Trên 5 tỷ",
      "interests": ["Căn hộ cao cấp"],
      "phone": "0521478963",
      "phoneOverflow": 1,
      "email": "pham.thi.lan@blueocean.com",
      "address": "12 Phan Chu Trinh, Hoàn Kiếm, Hà Nội",
      "lastContact": "23/10/2023, 17:45"
    },
    {
      "id": "5",
      "name": "Vũ Quốc Duy",
      "company": "Golden Star Holdings",
      "notes": "--",
      "status": "researching",
      "budget": "Trên 5 tỷ",
      "interests": ["Biệt thự"],
      "phone": "0741852963",
      "email": "vu.quoc.duy@goldenstar.com",
      "address": "30 Lý Thường Kiệt, Hoàn Kiếm, Hà Nội",
      "lastContact": "16/10/2023, 09:30"
    },
    {
      "id": "6",
      "name": "Nguyễn Thị Hương",
      "company": "Silver Moon Corporation",
      "notes": "Lorem ipsum dolor sit amet, consectetur adipisc...",
      "status": "potential",
      "budget": "Trên 5 tỷ",
      "interests": ["Đất nền", "Biệt thự"],
      "interestsOverflow": 1,
      "phone": "0963852741",
      "phoneOverflow": 1,
      "email": "nguyen.thi.huong@silvermoon.com",
      "address": "5 Hàng Bông, Hoàn Kiếm, Hà Nội",
      "lastContact": "17/10/2023, 11:45"
    },
    {
      "id": "7",
      "name": "Ngô Thị Bích",
      "company": "Crystal Clear Partners",
      "notes": "--",
      "status": "potential",
      "budget": "Trên 5 tỷ",
      "interests": ["Nhà phố"],
      "phone": "0147852369",
      "email": "ngo.thi.bich@crystalclear.com",
      "address": "88 Tràng Thi, Hoàn Kiếm, Hà Nội",
      "lastContact": "21/10/2023, 13:00"
    },
    {
      "id": "8",
      "name": "Nguyễn Văn Hùng",
      "company": "Diamond Peak Group",
      "notes": "Lorem ipsum dolor sit amet, consectetur adipisc...",
      "status": "potential",
      "budget": "Trên 5 tỷ",
      "interests": ["Căn hộ cao cấp"],
      "phone": "0852369741",
      "email": "nguyen.van.hung@diamondpeak.com",
      "address": "50 Bà Triệu, Hai Bà Trưng, Hà Nội",
      "lastContact": "20/10/2023, 10:30"
    },
    {
      "id": "9",
      "name": "Lê Minh Tuấn",
      "company": "Emerald Valley Ltd",
      "notes": "--",
      "status": "purchased",
      "budget": "Trên 5 tỷ",
      "interests": ["Nhà xưởng"],
      "phone": "0321654987",
      "phoneOverflow": 1,
      "email": "le.minh.tuan@emeraldvalley.com",
      "address": "22 Nguyễn Thái Học, Ba Đình, Hà Nội",
      "lastContact": "18/10/2023, 16:00"
    },
    {
      "id": "10",
      "name": "Trần Văn Nam",
      "company": "Ruby Ridge International",
      "notes": "Lorem ipsum dolor sit amet, consectetur adipisc...",
      "status": "researching",
      "budget": "Trên 5 tỷ",
      "interests": ["Đất nền"],
      "phone": "0789456123",
      "email": "tran.van.nam@rubyridge.com",
      "address": "7 Đinh Tiên Hoàng, Hoàn Kiếm, Hà Nội",
      "lastContact": "15/10/2023, 14:00"
    }
  ],
  "filters": {
    "status": [
      { "value": "purchased", "label": "Đã mua" },
      { "value": "potential", "label": "Tiềm năng" },
      { "value": "researching", "label": "Đang tìm hiểu" }
    ],
    "budget": [{ "value": "Trên 5 tỷ", "label": "Trên 5 tỷ" }],
    "interests": [
      { "value": "Nhà phố", "label": "Nhà phố" },
      { "value": "Biệt thự", "label": "Biệt thự" },
      { "value": "Đất nền", "label": "Đất nền" },
      { "value": "Nhà xưởng", "label": "Nhà xưởng" },
      { "value": "Căn hộ cao cấp", "label": "Căn hộ cao cấp" }
    ]
  }
}
