diff --git a/src/app/verify-identity/page.tsx b/src/app/verify-identity/page.tsx new file mode 100644 index 0000000..39f7e8c --- /dev/null +++ b/src/app/verify-identity/page.tsx @@ -0,0 +1,18 @@ +import IdentityVerificationWizard from "@/components/identity/IdentityVerificationWizard"; + +export default function VerifyIdentityPage() { + return ( +
+ A few quick steps to confirm who you are. You can save your progress and come back any + time before submitting. +
+ +{file.name}
+Click or drop to replace
+{isDragActive ? "Drop the image here..." : hint}
+{error}
} ++ Reference {submission.referenceId}. We'll + notify you once it's been reviewed — this usually takes 1–2 business days. +
+{errors.document.documentType.message}
+ )} +{errors.document.documentNumber.message}
+ )} +{errors.personal.fullName.message}
+ )} +{errors.personal.dateOfBirth.message}
+ )} +{errors.personal.nationality.message}
+ )} +{errors.personal.phoneNumber.message}
+ )} ++ By submitting, you confirm the information above is accurate and consent to it being used + to verify your identity. +
++ Take a clear, well-lit photo of your face. Remove sunglasses or hats, and make sure + there's no glare over your eyes. +
+