Two things here:
Go to Search -> View advanced system settings then go to Advanced -> Startup and Recovery
Under Default Operating System do two copies of Windows 10 show or not?
Also please run msconfig.msc or Search -> System Configuration
^ You should see two operating systems here.
If not, there is a problem with the bootloader now that you've replaced the hard drive.
Reason for this is that the hard drive is assigned a unique device ID and even if you use Clonezilla on it, it may not copy exactly as you had hoped. What the bootloader was looking for is no longer there, and it doesn't recognize the other installation. You can use grub as a bootloader, which I can't recommend if you're using Secure Boot and TPM (this is pretty much default now). It will either work or screw up your ability to boot anything unless you make BIOS changes. So I'm not confident with that resolution. Also, it may not like BitLocker if you are using that either.
Instead, we will want to edit the Windows bootloader. Read here:
Adding Boot Entries in Windows Vista and later, Windows Server 2008 and later, and Windows Recovery Environment
docs.microsoft.com
I'm assuming you are somewhat literate with this use scenario since you are posting diskpart from the command line. Proceed with caution and if you get annoyed enough there is a freeware bootloader editor at
Visual BCD Editor - graphical bcdedit utility for Windows 7 to Windows 10 (not an endorsement).
Edit: Although I do not want to brick your system with this, in case the software is crap.. proceed with caution and consider the command-line option first. Basically the Microsoft method involves copying your existing boot record and creating two identical boot records, and then modifying them. It probably would be a matter of changing the drive to D on the 2nd entry but I could be wrong here.
See also:
Dual-boot Repair Windows 10
Do not want you to destroy your boot record so you might want to back up before you do this, or at the least, make sure you have access to the recovery environment on backup.
Please let me know how this works for you.